diff options
author | Sage Weil <sage@newdream.net> | 2010-05-14 18:55:18 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-05-18 00:25:23 +0200 |
commit | 559c1e0073ae779d60e1c673cda837f3e4295302 (patch) | |
tree | 21ec63b449eb55df5fac575aeaab3ca16f239d4b /fs/ceph/auth_none.c | |
parent | ceph: osdtimeout=0 for now timeout (diff) | |
download | linux-559c1e0073ae779d60e1c673cda837f3e4295302.tar.xz linux-559c1e0073ae779d60e1c673cda837f3e4295302.zip |
ceph: include auth method in error messages
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/auth_none.c')
-rw-r--r-- | fs/ceph/auth_none.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ceph/auth_none.c b/fs/ceph/auth_none.c index 8cd9e3af07f7..24407c119291 100644 --- a/fs/ceph/auth_none.c +++ b/fs/ceph/auth_none.c @@ -94,6 +94,7 @@ static void ceph_auth_none_destroy_authorizer(struct ceph_auth_client *ac, } static const struct ceph_auth_client_ops ceph_auth_none_ops = { + .name = "none", .reset = reset, .destroy = destroy, .is_authenticated = is_authenticated, |