diff options
Diffstat (limited to 'fs/ext3/ialloc.c')
-rw-r--r-- | fs/ext3/ialloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext3/ialloc.c b/fs/ext3/ialloc.c index 1e4ded8aa3cd..e45dbd651736 100644 --- a/fs/ext3/ialloc.c +++ b/fs/ext3/ialloc.c | |||
@@ -559,7 +559,6 @@ got: | |||
559 | 559 | ||
560 | inode->i_ino = ino; | 560 | inode->i_ino = ino; |
561 | /* This is the optimal IO size (for stat), not the fs block size */ | 561 | /* This is the optimal IO size (for stat), not the fs block size */ |
562 | inode->i_blksize = PAGE_SIZE; | ||
563 | inode->i_blocks = 0; | 562 | inode->i_blocks = 0; |
564 | inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME_SEC; | 563 | inode->i_mtime = inode->i_atime = inode->i_ctime = CURRENT_TIME_SEC; |
565 | 564 | ||