1
0
mirror of https://github.com/ceph/ceph synced 2025-04-01 23:02:17 +00:00

mds: choose lock states for nestlock and dftlock too

All scatterlocks need it, in case we replay dirty scatterlock data.
This commit is contained in:
Sage Weil 2010-09-07 10:57:21 -07:00
parent 4205b7deb5
commit f6f8e5cf20

View File

@ -647,6 +647,8 @@ public:
choose_ideal_loner() >= 0)
try_set_loner();
choose_lock_state(&filelock, issued);
choose_lock_state(&nestlock, issued);
choose_lock_state(&dirfragtreelock, issued);
choose_lock_state(&authlock, issued);
choose_lock_state(&xattrlock, issued);
choose_lock_state(&linklock, issued);