]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mds: dispatch quiesce_inode ops after dir traversal
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 7 Mar 2024 19:30:35 +0000 (14:30 -0500)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 20 Mar 2024 14:56:56 +0000 (10:56 -0400)
commitc90cc2d04bb2d6d4e558fe268bcd241ea7723880
tree907e60fa20b327aeff9ed4f388022734915a7057
parent7e75a9e96343b2acf8a2c77b71563dadbdefd37b
mds: dispatch quiesce_inode ops after dir traversal

Mostly to avoid the possibility of the CDir::items changing during iteration
when calling sub-ops.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/MDCache.cc