]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/lockd/svcproc.c
lockd: change nlmclnt_grant() to take a "struct sockaddr *"
[linux-2.6-omap-h63xx.git] / fs / lockd / svcproc.c
index a587b81338b12069b9b4bc27781eb2566b99d7d4..935ce967a6a1407e62024fcba62912950eb16373 100644 (file)
@@ -250,7 +250,7 @@ nlmsvc_proc_granted(struct svc_rqst *rqstp, struct nlm_args *argp,
        resp->cookie = argp->cookie;
 
        dprintk("lockd: GRANTED       called\n");
-       resp->status = nlmclnt_grant(svc_addr_in(rqstp), &argp->lock);
+       resp->status = nlmclnt_grant(svc_addr(rqstp), &argp->lock);
        dprintk("lockd: GRANTED       status %d\n", ntohl(resp->status));
        return rpc_success;
 }