diff options
Diffstat (limited to 'fs/gfs2/ops_address.c')
-rw-r--r-- | fs/gfs2/ops_address.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/ops_address.c b/fs/gfs2/ops_address.c index 015640b3f123..45a3d85b1d68 100644 --- a/fs/gfs2/ops_address.c +++ b/fs/gfs2/ops_address.c | |||
@@ -498,7 +498,6 @@ static int gfs2_commit_write(struct file *file, struct page *page, | |||
498 | di->di_size = cpu_to_be64(inode->i_size); | 498 | di->di_size = cpu_to_be64(inode->i_size); |
499 | } | 499 | } |
500 | 500 | ||
501 | di->di_mode = cpu_to_be32(inode->i_mode); | ||
502 | di->di_atime = cpu_to_be64(inode->i_atime.tv_sec); | 501 | di->di_atime = cpu_to_be64(inode->i_atime.tv_sec); |
503 | di->di_mtime = cpu_to_be64(inode->i_mtime.tv_sec); | 502 | di->di_mtime = cpu_to_be64(inode->i_mtime.tv_sec); |
504 | di->di_ctime = cpu_to_be64(inode->i_ctime.tv_sec); | 503 | di->di_ctime = cpu_to_be64(inode->i_ctime.tv_sec); |