]> err.no Git - linux-2.6/blobdiff - fs/proc/root.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
[linux-2.6] / fs / proc / root.c
index 1f86bb860e049888f96d438acf68d3ea53a25188..ec9cb3b6c93bf777e8c6cb8ed4a6f8405898fa87 100644 (file)
@@ -98,7 +98,7 @@ static void proc_kill_sb(struct super_block *sb)
        put_pid_ns(ns);
 }
 
-struct file_system_type proc_fs_type = {
+static struct file_system_type proc_fs_type = {
        .name           = "proc",
        .get_sb         = proc_get_sb,
        .kill_sb        = proc_kill_sb,