Re: [patch 1/2] jbd2: remove an unneeded NULL check
From: Ted Ts'o <tytso@mit.edu>
Date: 2011-09-04 14:15:02
Also in:
kernel-janitors
From: Ted Ts'o <tytso@mit.edu>
Date: 2011-09-04 14:15:02
Also in:
kernel-janitors
On Fri, Aug 26, 2011 at 12:19:31PM +0300, Dan Carpenter wrote:
We dereference "transaction" at the start of the function so the NULL check isn't needed here. It's not harmful, but it silences a static checker warning when we remove this. Signed-off-by: Dan Carpenter <redacted>
Thanks for pointing this out; I've merged in the fix.
- Ted