mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
mds: adjust flock lock state on export
Looks like this was missed when flocklock was added. Did a quick grep and it doesn't look like it is missing anywhere else. Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
1c696b6566
commit
353ee0004a
@ -1075,6 +1075,7 @@ void Migrator::finish_export_inode(CInode *in, utime_t now, list<Context*>& fini
|
||||
in->nestlock.export_twiddle();
|
||||
in->xattrlock.export_twiddle();
|
||||
in->snaplock.export_twiddle();
|
||||
in->flocklock.export_twiddle();
|
||||
in->policylock.export_twiddle();
|
||||
|
||||
// mark auth
|
||||
|
Loading…
Reference in New Issue
Block a user