mirror of
https://github.com/ceph/ceph
synced 2025-01-18 09:02:08 +00:00
mds: set mds_stamp on lock acquisition
Normally acquire_locks() will set this for us. Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
e4c9c34136
commit
3569e809a4
@ -538,6 +538,7 @@ bool Locker::acquire_locks(MDRequestRef& mdr,
|
||||
}
|
||||
|
||||
mdr->done_locking = true;
|
||||
mdr->set_mds_stamp(ceph_clock_now(NULL));
|
||||
result = true;
|
||||
marker.message = "acquired locks";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user