Whamcloud - gitweb
LU-14621 mdd: fix lock-tx order in mdd_xattr_merge()
authorAlex Zhuravlev <bzzz@whamcloud.com>
Mon, 19 Apr 2021 05:42:26 +0000 (08:42 +0300)
committerJohn L. Hammond <jhammond@whamcloud.com>
Mon, 31 Jan 2022 15:38:14 +0000 (15:38 +0000)
commit625500c21ee53aef28dda4e7afc61115bf3711f5
treeec40168f45a68d9537fffdb317dea2fd3ffdfe7f
parentea1db2e20e816a533bddee6c2fcda637f396aa04
LU-14621 mdd: fix lock-tx order in mdd_xattr_merge()

to follow common transaction-first-then-locks rule.

Lustre-change: https://review.whamcloud.com/43366
Lustre-commit: b7bd4e3422935fec82d13348d90ec205ac2f4da4

Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Change-Id: I437c919e498781b8d5dc653bf90aac799df4882a
Reviewed-on: https://review.whamcloud.com/46235
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
lustre/mdd/mdd_object.c