]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
authorJeff Layton <jlayton@redhat.com>
Mon, 11 Dec 2017 11:35:23 +0000 (06:35 -0500)
committerJeff Layton <jlayton@redhat.com>
Mon, 29 Jan 2018 11:42:21 +0000 (06:42 -0500)
commit8cc0729f009e2b1e861e2549c87af99ef11a500a
tree99f1082e7324412ab4b8c495d04a7daba27880ee
parent4120c1d24c5a3f3a2119732808b433e47741f407
xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing

If XFS_ILOG_CORE is already set then go ahead and increment it.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Acked-by: Darrick J. Wong <darrick.wong@oracle.com>
Acked-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/xfs_trans_inode.c