jfs: remove redundant dquot_initialize() in jfs_evict_inode()
authorChao Yu <yuchao0@huawei.com>
Mon, 17 Sep 2018 07:12:21 +0000 (15:12 +0800)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Thu, 20 Sep 2018 14:28:49 +0000 (09:28 -0500)
commit1390643d1d5c539be4d7031a0c507565cb1168a0
treea2dc6d68ea35f27c65477869c7fc4d773a48092b
parent02645bcdfcc2d51f79d87ad346f07ef64ad1ea55
jfs: remove redundant dquot_initialize() in jfs_evict_inode()

We don't need to call dquot_initialize() twice in jfs_evict_inode(),
remove one of them for cleanup.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/inode.c