X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fsunrpc%2Fsvcauth_unix.c;h=ab5164b6dab334c41a8a4520923a775a30e5da36;hb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;hp=082684ddf3bc828a046f43ba548d5a1bc06477b4;hpb=c449269f45c2cdf53af08c8d0af37472f66539d9;p=linux-2.6.git diff --git a/net/sunrpc/svcauth_unix.c b/net/sunrpc/svcauth_unix.c index 082684ddf..ab5164b6d 100644 --- a/net/sunrpc/svcauth_unix.c +++ b/net/sunrpc/svcauth_unix.c @@ -1,5 +1,6 @@ #include #include +#include #include #include #include @@ -411,6 +412,7 @@ svcauth_null_release(struct svc_rqst *rqstp) struct auth_ops svcauth_null = { .name = "null", + .owner = THIS_MODULE, .flavour = RPC_AUTH_NULL, .accept = svcauth_null_accept, .release = svcauth_null_release, @@ -515,6 +517,7 @@ svcauth_unix_release(struct svc_rqst *rqstp) struct auth_ops svcauth_unix = { .name = "unix", + .owner = THIS_MODULE, .flavour = RPC_AUTH_UNIX, .accept = svcauth_unix_accept, .release = svcauth_unix_release,