Loading fs/nfsd/nfsctl.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -441,7 +441,7 @@ static ssize_t write_threads(struct file *file, char *buf, size_t size) return rv; return rv; if (newthreads < 0) if (newthreads < 0) return -EINVAL; return -EINVAL; rv = nfsd_svc(2049, newthreads); rv = nfsd_svc(NFS_PORT, newthreads); if (rv) if (rv) return rv; return rv; } } Loading Loading
fs/nfsd/nfsctl.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -441,7 +441,7 @@ static ssize_t write_threads(struct file *file, char *buf, size_t size) return rv; return rv; if (newthreads < 0) if (newthreads < 0) return -EINVAL; return -EINVAL; rv = nfsd_svc(2049, newthreads); rv = nfsd_svc(NFS_PORT, newthreads); if (rv) if (rv) return rv; return rv; } } Loading