|
@@ -58,7 +58,7 @@ nlm_fclose(struct file *filp)
|
|
fput(filp);
|
|
fput(filp);
|
|
}
|
|
}
|
|
|
|
|
|
-static struct nlmsvc_binding nfsd_nlm_ops = {
|
|
|
|
|
|
+static const struct nlmsvc_binding nfsd_nlm_ops = {
|
|
.fopen = nlm_fopen, /* open file for locking */
|
|
.fopen = nlm_fopen, /* open file for locking */
|
|
.fclose = nlm_fclose, /* close file */
|
|
.fclose = nlm_fclose, /* close file */
|
|
};
|
|
};
|