]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/proc/root.c
proc: proc_init_inodecache() can't fail
[linux-2.6-omap-h63xx.git] / fs / proc / root.c
index 95117538a4f6fd3b4fdc90558127caa282d7e800..2a3abd25b30b38290c09f7d7d166c78a4cdead73 100644 (file)
@@ -104,9 +104,9 @@ static struct file_system_type proc_fs_type = {
 
 void __init proc_root_init(void)
 {
-       int err = proc_init_inodecache();
-       if (err)
-               return;
+       int err;
+
+       proc_init_inodecache();
        err = register_filesystem(&proc_fs_type);
        if (err)
                return;