linux/fs/9p
Abhishek Kulkarni 1b5ab3e867 9p: Fix possible regressions when ->get_sb fails.
->get_sb can fail causing some badness. this patch fixes
   * clear sb->fs_s_info in kill_sb.
   * deactivate_locked_super() calls kill_sb (v9fs_kill_super) which closes the
     destroys the client, clunks all its fids and closes the v9fs session.
     Attempting to do it twice will cause an oops.

Signed-off-by: Abhishek Kulkarni <adkulkar@umail.iu.edu>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
2009-08-17 16:27:57 -05:00
..
fid.c
fid.h
Kconfig
Makefile
v9fs_vfs.h constify dentry_operations: 9p 2009-03-27 14:44:00 -04:00
v9fs.c
v9fs.h
vfs_addr.c 9p: Fix incorrect parameters to v9fs_file_readn. 2009-07-14 15:54:42 -05:00
vfs_dentry.c constify dentry_operations: 9p 2009-03-27 14:44:00 -04:00
vfs_dir.c
vfs_file.c
vfs_inode.c 9p: Fix possible memleak in v9fs_inode_from fid. 2009-08-17 16:27:57 -05:00
vfs_super.c 9p: Fix possible regressions when ->get_sb fails. 2009-08-17 16:27:57 -05:00