diff options
Diffstat (limited to 'src/mds/CDentry.cc')
-rw-r--r-- | src/mds/CDentry.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds/CDentry.cc b/src/mds/CDentry.cc index 39ad375cde7..d9ce1e799ab 100644 --- a/src/mds/CDentry.cc +++ b/src/mds/CDentry.cc @@ -501,7 +501,7 @@ void CDentry::decode_lock_state(int type, bufferlist& bl) } -ClientLease *CDentry::add_client_lease(int c, int mask) +ClientLease *CDentry::add_client_lease(client_t c, int mask) { ClientLease *l; if (client_lease_map.count(c)) |