Re: [2.6 patch] fuse_file_alloc(): fix NULL dereferences

2007-10-19 Thread Miklos Szeredi
> This patch fixes obvious NULL dereferences spotted by the Coverity > checker. Thanks! Miklos - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read th

[2.6 patch] fuse_file_alloc(): fix NULL dereferences

2007-10-19 Thread Adrian Bunk
This patch fixes obvious NULL dereferences spotted by the Coverity checker. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- 53b7c67ef9b6c26a0c7f554fef43021633a48ab7 diff --git a/fs/fuse/file.c b/fs/fuse/file.c index 0fcdba9..535b373 100644 --- a/fs/fuse/file.c +++ b/fs/fuse/file.c @@ -55,9 +