gfs2: Remove duplicate call from gfs2_create_inode
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 21 Nov 2019 10:30:47 +0000 (11:30 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 21 Nov 2019 10:37:12 +0000 (11:37 +0100)
commit8f81180ac1837233a98a4e5b108df5874cf97836
treee80ba3576af4ada7a91d21532591225a0e7f6dd4
parent2c47c1be51fbded1f7baa2ceaed90f97932f79be
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>
fs/gfs2/inode.c