diff options
Diffstat (limited to 'fs/ncpfs/inode.c')
-rw-r--r-- | fs/ncpfs/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ncpfs/inode.c b/fs/ncpfs/inode.c index ee59d35ff069..647d86d2db39 100644 --- a/fs/ncpfs/inode.c +++ b/fs/ncpfs/inode.c | |||
@@ -99,6 +99,7 @@ static void destroy_inodecache(void) | |||
99 | 99 | ||
100 | static int ncp_remount(struct super_block *sb, int *flags, char* data) | 100 | static int ncp_remount(struct super_block *sb, int *flags, char* data) |
101 | { | 101 | { |
102 | sync_filesystem(sb); | ||
102 | *flags |= MS_NODIRATIME; | 103 | *flags |= MS_NODIRATIME; |
103 | return 0; | 104 | return 0; |
104 | } | 105 | } |