From 1390643d1d5c539be4d7031a0c507565cb1168a0 Mon Sep 17 00:00:00 2001 From: Chao Yu Date: Mon, 17 Sep 2018 15:12:21 +0800 Subject: 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 Signed-off-by: Dave Kleikamp --- fs/jfs/inode.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/jfs') diff --git a/fs/jfs/inode.c b/fs/jfs/inode.c index 054cc761b426..805ae9e8944a 100644 --- a/fs/jfs/inode.c +++ b/fs/jfs/inode.c @@ -166,7 +166,6 @@ void jfs_evict_inode(struct inode *inode) /* * Free the inode from the quota allocation. */ - dquot_initialize(inode); dquot_free_inode(inode); } } else { -- cgit v1.2.3-59-g8ed1b