f71626a461
If error occurs while in v9fs_get_sb after it calles sget, the dentry object of the root and its inode may be freed twice -- once while handling the error in v9fs_get_sb, and second time when v9fs_get_sb calles deactivate_super (which in turn calls v9fs_kill_super) The patch removes the unnecessary code that frees the root dentry and its inode. Signed-off-by: Latchesar Ionkov <lucho@ionkov.net> Cc: Eric Van Hensbergen <ericvh@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
---|---|---|
.. | ||
9p.c | ||
9p.h | ||
conv.c | ||
conv.h | ||
debug.h | ||
error.c | ||
error.h | ||
fid.c | ||
fid.h | ||
Makefile | ||
mux.c | ||
mux.h | ||
trans_fd.c | ||
trans_sock.c | ||
transport.h | ||
v9fs_vfs.h | ||
v9fs.c | ||
v9fs.h | ||
vfs_dentry.c | ||
vfs_dir.c | ||
vfs_file.c | ||
vfs_inode.c | ||
vfs_super.c |