Skip to content

Commit

Permalink
sunrpc: Fix name in svcauth_mariux struct
Browse files Browse the repository at this point in the history
Use name "mariux" instead of "unix" in the svcauth_mariux auth_ops
structure. This field is not used by the kernel.
  • Loading branch information
donald authored and pmenzel committed Jan 23, 2023
1 parent b288ec2 commit b59a113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sunrpc/svcauth_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ struct auth_ops svcauth_unix = {
};

struct auth_ops svcauth_mariux = {
.name = "unix",
.name = "mariux",
.owner = THIS_MODULE,
.flavour = RPC_AUTH_MARIUX,
.accept = svcauth_mariux_accept,
Expand Down

0 comments on commit b59a113

Please sign in to comment.