diff options
Diffstat (limited to 'fs/jfs/jfs_imap.c')
-rw-r--r-- | fs/jfs/jfs_imap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/jfs/jfs_imap.c b/fs/jfs/jfs_imap.c index ccbe60aff83d..369d7f39c040 100644 --- a/fs/jfs/jfs_imap.c +++ b/fs/jfs/jfs_imap.c | |||
@@ -3115,7 +3115,6 @@ static int copy_from_dinode(struct dinode * dip, struct inode *ip) | |||
3115 | ip->i_mtime.tv_nsec = le32_to_cpu(dip->di_mtime.tv_nsec); | 3115 | ip->i_mtime.tv_nsec = le32_to_cpu(dip->di_mtime.tv_nsec); |
3116 | ip->i_ctime.tv_sec = le32_to_cpu(dip->di_ctime.tv_sec); | 3116 | ip->i_ctime.tv_sec = le32_to_cpu(dip->di_ctime.tv_sec); |
3117 | ip->i_ctime.tv_nsec = le32_to_cpu(dip->di_ctime.tv_nsec); | 3117 | ip->i_ctime.tv_nsec = le32_to_cpu(dip->di_ctime.tv_nsec); |
3118 | ip->i_blksize = ip->i_sb->s_blocksize; | ||
3119 | ip->i_blocks = LBLK2PBLK(ip->i_sb, le64_to_cpu(dip->di_nblocks)); | 3118 | ip->i_blocks = LBLK2PBLK(ip->i_sb, le64_to_cpu(dip->di_nblocks)); |
3120 | ip->i_generation = le32_to_cpu(dip->di_gen); | 3119 | ip->i_generation = le32_to_cpu(dip->di_gen); |
3121 | 3120 | ||