diff options
Diffstat (limited to 'fs/ntfs/mft.c')
-rw-r--r-- | fs/ntfs/mft.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/ntfs/mft.c b/fs/ntfs/mft.c index 578fb3d..584260f 100644 --- a/fs/ntfs/mft.c +++ b/fs/ntfs/mft.c @@ -2638,11 +2638,6 @@ mft_rec_already_initialized: } vi->i_ino = bit; /* - * This is the optimal IO size (for stat), not the fs block - * size. - */ - vi->i_blksize = PAGE_CACHE_SIZE; - /* * This is for checking whether an inode has changed w.r.t. a * file so that the file can be updated if necessary (compare * with f_version). |