summaryrefslogtreecommitdiffstats
path: root/fs/filesystems.c
diff options
context:
space:
mode:
authorAl Viro2011-12-13 04:53:00 +0100
committerAl Viro2012-01-04 04:52:39 +0100
commita5166169f9b920cae3c503910cb66a3ac5dd846d (patch)
treeba62f9f2227c4eff9ad6d473f674f72443fba0fb /fs/filesystems.c
parentmake nfs_follow_remote_path() handle ERR_PTR() passed as root_mnt (diff)
downloadkernel-qcow2-linux-a5166169f9b920cae3c503910cb66a3ac5dd846d.tar.gz
kernel-qcow2-linux-a5166169f9b920cae3c503910cb66a3ac5dd846d.tar.xz
kernel-qcow2-linux-a5166169f9b920cae3c503910cb66a3ac5dd846d.zip
vfs: convert fs_supers to hlist
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/filesystems.c')
-rw-r--r--fs/filesystems.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/filesystems.c b/fs/filesystems.c
index 0845f84f2a5f..96f24286667a 100644
--- a/fs/filesystems.c
+++ b/fs/filesystems.c
@@ -74,7 +74,6 @@ int register_filesystem(struct file_system_type * fs)
BUG_ON(strchr(fs->name, '.'));
if (fs->next)
return -EBUSY;
- INIT_LIST_HEAD(&fs->fs_supers);
write_lock(&file_systems_lock);
p = find_filesystem(fs->name, strlen(fs->name));
if (*p)