diff options
Diffstat (limited to 'fs/proc_namespace.c')
-rw-r--r-- | fs/proc_namespace.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/proc_namespace.c b/fs/proc_namespace.c index 7b635d173213..b786840facd9 100644 --- a/fs/proc_namespace.c +++ b/fs/proc_namespace.c | |||
@@ -45,10 +45,10 @@ struct proc_fs_info { | |||
45 | static int show_sb_opts(struct seq_file *m, struct super_block *sb) | 45 | static int show_sb_opts(struct seq_file *m, struct super_block *sb) |
46 | { | 46 | { |
47 | static const struct proc_fs_info fs_info[] = { | 47 | static const struct proc_fs_info fs_info[] = { |
48 | { MS_SYNCHRONOUS, ",sync" }, | 48 | { SB_SYNCHRONOUS, ",sync" }, |
49 | { MS_DIRSYNC, ",dirsync" }, | 49 | { SB_DIRSYNC, ",dirsync" }, |
50 | { MS_MANDLOCK, ",mand" }, | 50 | { SB_MANDLOCK, ",mand" }, |
51 | { MS_LAZYTIME, ",lazytime" }, | 51 | { SB_LAZYTIME, ",lazytime" }, |
52 | { 0, NULL } | 52 | { 0, NULL } |
53 | }; | 53 | }; |
54 | const struct proc_fs_info *fs_infop; | 54 | const struct proc_fs_info *fs_infop; |