X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=net%2Fsunrpc%2Fsvcauth.c;h=af7c5f05c6e11b3d5d734d1ee2143e54c71517bb;hb=510deb0d7035d4fd465627deb3a119ca854f9e00;hp=c7bb5f7f21a587213a4003ec1f5218492a579d3d;hpb=2685b267bce34c9b66626cb11664509c32a761a5;p=powerpc.git diff --git a/net/sunrpc/svcauth.c b/net/sunrpc/svcauth.c index c7bb5f7f21..af7c5f05c6 100644 --- a/net/sunrpc/svcauth.c +++ b/net/sunrpc/svcauth.c @@ -2,7 +2,7 @@ * linux/net/sunrpc/svcauth.c * * The generic interface for RPC authentication on the server side. - * + * * Copyright (C) 1995, 1996 Olaf Kirch * * CHANGES @@ -10,7 +10,6 @@ */ #include -#include #include #include #include @@ -65,7 +64,7 @@ int svc_set_client(struct svc_rqst *rqstp) } /* A request, which was authenticated, has now executed. - * Time to finalise the the credentials and verifier + * Time to finalise the credentials and verifier * and release and resources */ int svc_authorise(struct svc_rqst *rqstp) @@ -74,7 +73,7 @@ int svc_authorise(struct svc_rqst *rqstp) int rv = 0; rqstp->rq_authop = NULL; - + if (aops) { rv = aops->release(rqstp); module_put(aops->owner);