diff options
Diffstat (limited to 'fs/ntfs/inode.c')
-rw-r--r-- | fs/ntfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs/inode.c b/fs/ntfs/inode.c index f40972d6df90..e01287c964a8 100644 --- a/fs/ntfs/inode.c +++ b/fs/ntfs/inode.c | |||
@@ -1854,7 +1854,7 @@ int ntfs_read_inode_mount(struct inode *vi) | |||
1854 | /* Need this to sanity check attribute list references to $MFT. */ | 1854 | /* Need this to sanity check attribute list references to $MFT. */ |
1855 | vi->i_generation = ni->seq_no = le16_to_cpu(m->sequence_number); | 1855 | vi->i_generation = ni->seq_no = le16_to_cpu(m->sequence_number); |
1856 | 1856 | ||
1857 | /* Provides readpage() and sync_page() for map_mft_record(). */ | 1857 | /* Provides readpage() for map_mft_record(). */ |
1858 | vi->i_mapping->a_ops = &ntfs_mst_aops; | 1858 | vi->i_mapping->a_ops = &ntfs_mst_aops; |
1859 | 1859 | ||
1860 | ctx = ntfs_attr_get_search_ctx(ni, m); | 1860 | ctx = ntfs_attr_get_search_ctx(ni, m); |