original_kernel/fs/9p
Eric Van Hensbergen f5ef3c105b [PATCH] v9fs: fix fd_close
If a 9pfs server crashes, v9fs_fd_close() is called.  Subsequently, in
cleaning up by performing a umount() on the FS that was provided by this
server v9fs_fd_close() is called again, and uses the old, freed valus of
trans->priv.  This patch ensures that trans->priv can be freed only once,
otherwise this function bails early.

Signed-off-by: Michal Ostrowski <mostrows@watson.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-08 20:14:05 -08:00
..
9p.c
9p.h
Makefile
conv.c
conv.h
debug.h
error.c
error.h
fid.c
fid.h
mux.c
mux.h
trans_fd.c [PATCH] v9fs: fix fd_close 2006-01-08 20:14:05 -08:00
trans_sock.c [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h 2006-01-03 13:11:21 -08:00
transport.h
v9fs.c
v9fs.h [PATCH] v9fs: Support to force umount 2005-09-09 13:57:57 -07:00
v9fs_vfs.h
vfs_dentry.c
vfs_dir.c [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) 2006-01-08 20:13:47 -08:00
vfs_file.c [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) 2006-01-08 20:13:47 -08:00
vfs_inode.c [PATCH] v9fs: fix memory leak in v9fs dentry code 2005-11-28 14:42:25 -08:00
vfs_super.c