kernel-ark/fs/9p
Latchesar Ionkov f71626a461 [PATCH] v9fs: don't free root dentry & inode if error occurs in v9fs_get_sb
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>
2005-09-22 22:17:33 -07:00
..
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 [PATCH] v9fs: make copy of the transport prototype instead of using it directly 2005-09-22 22:17:33 -07:00
v9fs.h
vfs_dentry.c
vfs_dir.c
vfs_file.c
vfs_inode.c [PATCH] v9fs: replace strlen on newly allocated by __getname buffers to PATH_MAX 2005-09-22 22:17:33 -07:00
vfs_super.c [PATCH] v9fs: don't free root dentry & inode if error occurs in v9fs_get_sb 2005-09-22 22:17:33 -07:00