diff options
author | Greg Farnum <gregory.farnum@dreamhost.com> | 2011-06-16 14:33:15 -0700 |
---|---|---|
committer | Greg Farnum <gregory.farnum@dreamhost.com> | 2011-06-22 14:22:53 -0700 |
commit | fd9bf2d9ff074444cdf8af4f45632b8fc7ed372a (patch) | |
tree | b0e5e22bab7a14efe089a8a873d22ffb34e68460 /src/mds/CDentry.h | |
parent | d42da230fec8f4d40d610fdae2be859d3cf2be47 (diff) | |
download | ceph-fd9bf2d9ff074444cdf8af4f45632b8fc7ed372a.tar.gz |
mds: Include the pinner in nested auth pin debugging output.
This will make identifying stuck pins a lot easier.
Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com>
Diffstat (limited to 'src/mds/CDentry.h')
-rw-r--r-- | src/mds/CDentry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds/CDentry.h b/src/mds/CDentry.h index 7046edfc15e..8a0235f5ac4 100644 --- a/src/mds/CDentry.h +++ b/src/mds/CDentry.h @@ -259,7 +259,7 @@ public: bool can_auth_pin(); void auth_pin(void *by); void auth_unpin(void *by); - void adjust_nested_auth_pins(int by, int dirby); + void adjust_nested_auth_pins(int adjustment, int diradj, void *by); bool is_frozen(); bool is_auth_pinned() { return auth_pins || nested_auth_pins; } int get_num_auth_pins() { return auth_pins; } |