vserver 2.0 rc7
[linux-2.6.git] / fs / nfsd / lockd.c
index 3397bec..7b889ff 100644 (file)
@@ -60,7 +60,7 @@ nlm_fclose(struct file *filp)
        fput(filp);
 }
 
-struct nlmsvc_binding          nfsd_nlm_ops = {
+static struct nlmsvc_binding   nfsd_nlm_ops = {
        .fopen          = nlm_fopen,            /* open file for locking */
        .fclose         = nlm_fclose,           /* close file */
 };