ceph: include auth method in error messages
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / ceph / auth_none.c
index 8cd9e3af07f7f8df750b2a3ec5ad27a0fbe8ec96..24407c1192915c25b06b1b04f4bdb2aa82f5dbd4 100644 (file)
@@ -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,