]> err.no Git - linux-2.6/blobdiff - fs/lockd/xdr.c
NLM: fix source address of callback to client
[linux-2.6] / fs / lockd / xdr.c
index 9702956d206cf69ce9c4d5c6b3d419f0144359e8..5316e307a49d3a17156cbced0828558c37eb9cb7 100644 (file)
@@ -586,10 +586,6 @@ static struct rpc_version  nlm_version3 = {
                .procs          = nlm_procedures,
 };
 
-#ifdef         CONFIG_LOCKD_V4
-extern struct rpc_version nlm_version4;
-#endif
-
 static struct rpc_version *    nlm_versions[] = {
        [1] = &nlm_version1,
        [3] = &nlm_version3,