]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: Reverse apply f4787d8491
authorAllison Henderson <allison.henderson@oracle.com>
Fri, 19 Mar 2021 00:21:18 +0000 (17:21 -0700)
committerAllison Henderson <allison.henderson@oracle.com>
Tue, 1 Jun 2021 17:48:19 +0000 (10:48 -0700)
commitc0ba28f603e2192077ac7c1d75f964a4a4cc0d69
tree57a2d2ecc22650a8e4cf856ea204d9bb5f79bd3f
parentc85c7646c6a6ee9d1a25dccd75da33e5a616f629
xfs: Reverse apply f4787d8491

Originally we added this patch to help modularize the attr code in
preparation for delayed attributes and the state machine it requires.
However, later reviews found that this slightly alters the transaction
handling as the helper function is ambiguous as to whether the
transaction is diry or clean.  This may cause a dirty transaction to be
included in the next roll, where previously it had not.  To preserve the
existing code flow, we reverse apply this commit.

Signed-off-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/libxfs/xfs_attr.c