]> Git Repo - linux.git/blobdiff - fs/proc/root.c
pids: refactor vnr/nr_ns helpers to make them safe
[linux.git] / fs / proc / root.c
index f6299a25594e78a7527972930104924434c361c9..1e15a2b176e85a69a4657790009c58976c6dab75 100644 (file)
@@ -83,7 +83,8 @@ static int proc_get_sb(struct file_system_type *fs_type,
                ns->proc_mnt = mnt;
        }
 
-       return simple_set_mnt(mnt, sb);
+       simple_set_mnt(mnt, sb);
+       return 0;
 }
 
 static void proc_kill_sb(struct super_block *sb)
This page took 0.040258 seconds and 4 git commands to generate.