Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
c1c0ce78
Commit
c1c0ce78
authored
Oct 26, 2020
by
Ilya Dryomov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libceph: drop ac->ops->name field
Signed-off-by:
Ilya Dryomov
<
idryomov@gmail.com
>
parent
59711f9e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
include/linux/ceph/auth.h
include/linux/ceph/auth.h
+0
-2
net/ceph/auth_none.c
net/ceph/auth_none.c
+0
-1
net/ceph/auth_x.c
net/ceph/auth_x.c
+0
-1
No files found.
include/linux/ceph/auth.h
View file @
c1c0ce78
...
...
@@ -32,8 +32,6 @@ struct ceph_auth_handshake {
};
struct
ceph_auth_client_ops
{
const
char
*
name
;
/*
* true if we are authenticated and can connect to
* services.
...
...
net/ceph/auth_none.c
View file @
c1c0ce78
...
...
@@ -118,7 +118,6 @@ static int ceph_auth_none_create_authorizer(
}
static
const
struct
ceph_auth_client_ops
ceph_auth_none_ops
=
{
.
name
=
"none"
,
.
reset
=
reset
,
.
destroy
=
destroy
,
.
is_authenticated
=
is_authenticated
,
...
...
net/ceph/auth_x.c
View file @
c1c0ce78
...
...
@@ -1058,7 +1058,6 @@ static int ceph_x_check_message_signature(struct ceph_auth_handshake *auth,
}
static
const
struct
ceph_auth_client_ops
ceph_x_ops
=
{
.
name
=
"x"
,
.
is_authenticated
=
ceph_x_is_authenticated
,
.
should_authenticate
=
ceph_x_should_authenticate
,
.
build_request
=
ceph_x_build_request
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment