Eric Sesterhenn
authored
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>
Name | Last commit | Last update |
---|---|---|
.. | ||
9p.h | ||
Makefile | ||
conv.c | ||
conv.h | ||
debug.h | ||
error.c | ||
error.h | ||
fcall.c | ||
fcprint.c | ||
fid.c | ||
fid.h | ||
mux.c | ||
mux.h | ||
trans_fd.c | ||
transport.h | ||
v9fs.c | ||
v9fs.h | ||
v9fs_vfs.h | ||
vfs_addr.c | ||
vfs_dentry.c | ||
vfs_dir.c | ||
vfs_file.c | ||
vfs_inode.c | ||
vfs_super.c |