[PATCH] inode-diet: Eliminate i_blksize from the inode structure
[deliverable/linux.git] / fs / ntfs / mft.c
index 578fb3d5e80325ae1b96a0882510219276231ce1..584260fd68489a2ec49a412f0824939660872fb8 100644 (file)
@@ -2637,11 +2637,6 @@ mft_rec_already_initialized:
                        goto undo_mftbmp_alloc;
                }
                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
This page took 0.034076 seconds and 5 git commands to generate.