diff options
Diffstat (limited to 'fs/binfmt_misc.c')
-rw-r--r-- | fs/binfmt_misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c index 6759b9839ce8..66ba137f8661 100644 --- a/fs/binfmt_misc.c +++ b/fs/binfmt_misc.c | |||
@@ -507,7 +507,6 @@ static struct inode *bm_get_inode(struct super_block *sb, int mode) | |||
507 | inode->i_mode = mode; | 507 | inode->i_mode = mode; |
508 | inode->i_uid = 0; | 508 | inode->i_uid = 0; |
509 | inode->i_gid = 0; | 509 | inode->i_gid = 0; |
510 | inode->i_blksize = PAGE_CACHE_SIZE; | ||
511 | inode->i_blocks = 0; | 510 | inode->i_blocks = 0; |
512 | inode->i_atime = inode->i_mtime = inode->i_ctime = | 511 | inode->i_atime = inode->i_mtime = inode->i_ctime = |
513 | current_fs_time(inode->i_sb); | 512 | current_fs_time(inode->i_sb); |