You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
20 years ago
..
9p.c
[PATCH] v9fs: 9P protocol implementation
20 years ago
9p.h
[PATCH] v9fs: 9P protocol implementation
20 years ago
Makefile
[PATCH] v9fs: Documentation, Makefiles, Configuration
20 years ago
conv.c
[PATCH] v9fs: allocate the Rwalk qid array from the right conv buffer
20 years ago
conv.h
[PATCH] v9fs: 9P protocol implementation
20 years ago
debug.h
[PATCH] v9fs: debug and support routines
20 years ago
error.c
[PATCH] v9fs: debug and support routines
20 years ago
error.h
[PATCH] v9fs: fix handling of malformed 9P messages
20 years ago
fid.c
[PATCH] v9fs: debug and support routines
20 years ago
fid.h
[PATCH] v9fs: debug and support routines
20 years ago
mux.c
[PATCH] v9fs: fix handling of malformed 9P messages
20 years ago
mux.h
[PATCH] v9fs: fix handling of malformed 9P messages
20 years ago
trans_fd.c
[PATCH] v9fs: transport modules
20 years ago
trans_sock.c
[PATCH] v9fs: fix handling of malformed 9P messages
20 years ago
transport.h
[PATCH] v9fs: transport modules
20 years ago
v9fs.c
[PATCH] v9fs: make copy of the transport prototype instead of using it directly
20 years ago
v9fs.h
[PATCH] v9fs: Support to force umount
20 years ago
v9fs_vfs.h
[PATCH] v9fs: VFS superblock operations and glue
20 years ago
vfs_dentry.c
[PATCH] v9fs: VFS file, dentry, and directory operations
20 years ago
vfs_dir.c
[PATCH] v9fs: VFS file, dentry, and directory operations
20 years ago
vfs_file.c
[PATCH] v9fs: VFS file, dentry, and directory operations
20 years ago
vfs_inode.c
[PATCH] v9fs: replace strlen on newly allocated by __getname buffers to PATH_MAX
20 years ago
vfs_super.c
[PATCH] v9fs: don't free root dentry & inode if error occurs in v9fs_get_sb
20 years ago