Re: [2.6 patch] fs/udf/inode.c: fix a check after use

2005-04-12 Thread Al Viro
On Wed, Apr 13, 2005 at 04:17:37AM +0200, Adrian Bunk wrote: > This patch fixes a check after use found by the Coverity checker. Bullshit. *Please*, read the surrounding code. Again, we never get to calling that function if we would pass NULL in its first argument. It's BUG_ON(), not printk().

[2.6 patch] fs/udf/inode.c: fix a check after use

2005-04-12 Thread Adrian Bunk
This patch fixes a check after use found by the Coverity checker. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch was already sent on: - 27 Mar 2005 --- linux-2.6.12-rc1-mm1-full/fs/udf/inode.c.old2005-03-23 05:12:25.0 +0100 +++ linux-2.6.12-rc1-mm1-full/fs/udf/in

[2.6 patch] fs/udf/inode.c: fix a check after use

2005-03-27 Thread Adrian Bunk
This patch fixes a check after use found by the Coverity checker. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- linux-2.6.12-rc1-mm1-full/fs/udf/inode.c.old2005-03-23 05:12:25.0 +0100 +++ linux-2.6.12-rc1-mm1-full/fs/udf/inode.c2005-03-23 05:12:53.0 +0100 @@ -19