]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/nfs/sysctl.c
sysctl: Drop & in front of every proc_handler.
[mirror_ubuntu-bionic-kernel.git] / fs / nfs / sysctl.c
index af51e6af20723444dfdd324b941a4058004296d8..70e1fbbaaeab09f2efe99884c5036d794fec3ee3 100644 (file)
@@ -26,7 +26,7 @@ static ctl_table nfs_cb_sysctls[] = {
                .data = &nfs_callback_set_tcpport,
                .maxlen = sizeof(int),
                .mode = 0644,
-               .proc_handler = &proc_dointvec_minmax,
+               .proc_handler = proc_dointvec_minmax,
                .extra1 = (int *)&nfs_set_port_min,
                .extra2 = (int *)&nfs_set_port_max,
        },
@@ -35,7 +35,7 @@ static ctl_table nfs_cb_sysctls[] = {
                .data = &nfs_idmap_cache_timeout,
                .maxlen = sizeof(int),
                .mode = 0644,
-               .proc_handler = &proc_dointvec_jiffies,
+               .proc_handler = proc_dointvec_jiffies,
        },
 #endif
        {
@@ -43,14 +43,14 @@ static ctl_table nfs_cb_sysctls[] = {
                .data           = &nfs_mountpoint_expiry_timeout,
                .maxlen         = sizeof(nfs_mountpoint_expiry_timeout),
                .mode           = 0644,
-               .proc_handler   = &proc_dointvec_jiffies,
+               .proc_handler   = proc_dointvec_jiffies,
        },
        {
                .procname       = "nfs_congestion_kb",
                .data           = &nfs_congestion_kb,
                .maxlen         = sizeof(nfs_congestion_kb),
                .mode           = 0644,
-               .proc_handler   = &proc_dointvec,
+               .proc_handler   = proc_dointvec,
        },
        { }
 };