]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/proc/root.c
jbd2: use WRITE_SYNC_PLUG instead of WRITE_SYNC
[linux-2.6-omap-h63xx.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)