summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLatchesar Ionkov2005-09-23 06:43:53 +0200
committerLinus Torvalds2005-09-23 07:17:33 +0200
commitf71626a461e7d4af099ca71830ea530e96c22e11 (patch)
tree69cc1ef26c39887a938618d8e8a6f788ae8b4488 /MAINTAINERS
parent[PATCH] v9fs: replace strlen on newly allocated by __getname buffers to PATH_MAX (diff)
downloadkernel-qcow2-linux-f71626a461e7d4af099ca71830ea530e96c22e11.tar.gz
kernel-qcow2-linux-f71626a461e7d4af099ca71830ea530e96c22e11.tar.xz
kernel-qcow2-linux-f71626a461e7d4af099ca71830ea530e96c22e11.zip
[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>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions