aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2019-11-21 11:30:47 +0100
committerAndreas Gruenbacher <agruenba@redhat.com>2019-11-21 11:37:12 +0100
commit8f81180ac1837233a98a4e5b108df5874cf97836 (patch)
treee80ba3576af4ada7a91d21532591225a0e7f6dd4 /fs/gfs2
parentgfs2: clean up iopen glock mess in gfs2_create_inode (diff)
downloadlinux-dev-8f81180ac1837233a98a4e5b108df5874cf97836.tar.xz
linux-dev-8f81180ac1837233a98a4e5b108df5874cf97836.zip
gfs2: Remove duplicate call from gfs2_create_inode
In gfs2_create_inode, gfs2_set_inode_blocks is called twice for no good reason. Remove the unnecessary call. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r--fs/gfs2/inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c
index 4a1039c41c69..dafef10b91f1 100644
--- a/fs/gfs2/inode.c
+++ b/fs/gfs2/inode.c
@@ -656,7 +656,6 @@ static int gfs2_create_inode(struct inode *dir, struct dentry *dentry,
inode->i_rdev = dev;
inode->i_size = size;
inode->i_atime = inode->i_mtime = inode->i_ctime = current_time(inode);
- gfs2_set_inode_blocks(inode, 1);
munge_mode_uid_gid(dip, inode);
check_and_update_goal(dip);
ip->i_goal = dip->i_goal;