summaryrefslogtreecommitdiffstats
path: root/kernel/ksysfs.c
diff options
context:
space:
mode:
authorEric W. Biederman2010-05-18 21:58:33 +0200
committerGreg Kroah-Hartman2010-05-21 18:37:31 +0200
commit68d75ed4b84a0806ecd4bc14da4759713b23a532 (patch)
tree025c85987d1d553ed014903ad8f6395250b44fa8 /kernel/ksysfs.c
parentsysfs: Don't use enums in inline function declaration. (diff)
downloadkernel-qcow2-linux-68d75ed4b84a0806ecd4bc14da4759713b23a532.tar.gz
kernel-qcow2-linux-68d75ed4b84a0806ecd4bc14da4759713b23a532.tar.xz
kernel-qcow2-linux-68d75ed4b84a0806ecd4bc14da4759713b23a532.zip
sysfs: Remove usage of S_BIAS to avoid merge conflict with the vfs tree
In Al's latest vfs tree the code is reworked and S_BIAS has been removed. It turns out that checking to see if a super block is in the middle of an unmount in sysfs_exit_ns is unnecessary because we remove the super_block from the s_supers/s_instances list before struct sysfs_super_info pointed to by sb->s_fs_info is freed. For now just delete the unnecessary check to see if a superblock is in the middle of an unmount, it isn't necessary with or without Al's changes and it just causes a needless conflict. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Eric W. Biederman <ebiederm@aristanetworks.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'kernel/ksysfs.c')
0 files changed, 0 insertions, 0 deletions