diff options
Diffstat (limited to 'fs/fat/namei_msdos.c')
| -rw-r--r-- | fs/fat/namei_msdos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fat/namei_msdos.c b/fs/fat/namei_msdos.c index 7d6a105d601b..d24d2758a363 100644 --- a/fs/fat/namei_msdos.c +++ b/fs/fat/namei_msdos.c | |||
| @@ -646,7 +646,7 @@ static void setup(struct super_block *sb) | |||
| 646 | { | 646 | { |
| 647 | MSDOS_SB(sb)->dir_ops = &msdos_dir_inode_operations; | 647 | MSDOS_SB(sb)->dir_ops = &msdos_dir_inode_operations; |
| 648 | sb->s_d_op = &msdos_dentry_operations; | 648 | sb->s_d_op = &msdos_dentry_operations; |
| 649 | sb->s_flags |= MS_NOATIME; | 649 | sb->s_flags |= SB_NOATIME; |
| 650 | } | 650 | } |
| 651 | 651 | ||
| 652 | static int msdos_fill_super(struct super_block *sb, void *data, int silent) | 652 | static int msdos_fill_super(struct super_block *sb, void *data, int silent) |
