]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: remove the duplicated inode log fieldmask set
authorkaixuxia <xiakaixu1987@gmail.com>
Mon, 21 Oct 2019 15:55:33 +0000 (08:55 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 21 Oct 2019 16:04:58 +0000 (09:04 -0700)
commit3fb21fc8cc04e9a75a426510dfe597f0d0b19134
tree241b8e54675f67fdacd84bf4ef23a287ff49e21b
parent1e190f8e8098b95d9f48f91db8b618a2d371c13a
xfs: remove the duplicated inode log fieldmask set

The xfs_bumplink() call has set the inode log fieldmask XFS_ILOG_CORE,
so the next xfs_trans_log_inode() call is not necessary.

Signed-off-by: kaixuxia <kaixuxia@tencent.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_inode.c