Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Chao Yu and committed by
Dave Kleikamp
1390643d 02645bcd

-1
-1
fs/jfs/inode.c
··· 166 166 /* 167 167 * Free the inode from the quota allocation. 168 168 */ 169 - dquot_initialize(inode); 170 169 dquot_free_inode(inode); 171 170 } 172 171 } else {