kernel-ark/fs/9p
Eric Sesterhenn 099a71d995 [PATCH] Remove needless checks in fs/9p/vfs_inode.c
coverity found two needless checks in vfs_inode.c (cid #1165 and #1164)
In both cases inode is always NULL when we goto error; either because it
is still initialized to NULL or is set to NULL explicitly. This patch
simply removes these checks to save some code.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Acked-by: Eric Van Hensbergen <ericvh@gmail.com>
Cc: Ron Minnich <rminnich@lanl.gov>
Cc: Latchesar Ionkov <lucho@ionkov.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-25 10:01:20 -07:00
..
9p.h
conv.c
conv.h
debug.h
error.c
error.h
fcall.c [PATCH] v9fs: Twalk memory leak 2006-05-15 11:20:56 -07:00
fcprint.c
fid.c
fid.h
Makefile
mux.c [PATCH] v9fs: signal handling fixes 2006-05-15 11:20:56 -07:00
mux.h [PATCH] v9fs: signal handling fixes 2006-05-15 11:20:56 -07:00
trans_fd.c
transport.h
v9fs_vfs.h
v9fs.c
v9fs.h
vfs_addr.c
vfs_dentry.c
vfs_dir.c
vfs_file.c [PATCH] v9fs: signal handling fixes 2006-05-15 11:20:56 -07:00
vfs_inode.c [PATCH] Remove needless checks in fs/9p/vfs_inode.c 2006-06-25 10:01:20 -07:00
vfs_super.c [PATCH] VFS: Permit filesystem to override root dentry on mount 2006-06-23 07:42:45 -07:00