mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
vfs: convert fs_supers to hlist
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user