From a9e268020f293fb6462653cb832c0870f248857b Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Tue, 18 May 2010 16:36:22 +1000 Subject: sysfs: fix for S_BIAS going away Not a real fix, but it lets the code build. Signed-off-by: Stephen Rothwell --- fs/sysfs/mount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/sysfs/mount.c b/fs/sysfs/mount.c index 1afa32ba242c..49258e1537a2 100644 --- a/fs/sysfs/mount.c +++ b/fs/sysfs/mount.c @@ -157,8 +157,8 @@ void sysfs_exit_ns(enum kobj_ns_type type, const void *ns) list_for_each_entry(sb, &sysfs_fs_type.fs_supers, s_instances) { struct sysfs_super_info *info = sysfs_info(sb); /* Ignore superblocks that are in the process of unmounting */ - if (sb->s_count <= S_BIAS) - continue; +// if (sb->s_count <= S_BIAS) +// continue; /* Ignore superblocks with the wrong ns */ if (info->ns[type] != ns) continue; -- cgit v1.2.3