diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2008-12-23 15:21:37 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2008-12-23 15:21:37 -0500 |
commit | 50a737f86dbf99daf3a8dcbdf778a3be36bb2a39 (patch) | |
tree | 0abbef9c62457660d22e1dc34409513d83ebc59f /fs/nfs/internal.h | |
parent | d740351bf0960e89ce1aef45cfe00167cb0f9e5b (diff) | |
download | linux-3.10-50a737f86dbf99daf3a8dcbdf778a3be36bb2a39.tar.gz linux-3.10-50a737f86dbf99daf3a8dcbdf778a3be36bb2a39.tar.bz2 linux-3.10-50a737f86dbf99daf3a8dcbdf778a3be36bb2a39.zip |
NFS: "[no]resvport" mount option changes mountd client too
If the admin has specified the "noresvport" option for an NFS mount
point, the kernel's NFS client uses an unprivileged source port for
the main NFS transport. The kernel's mountd client should use an
unprivileged port in this case as well.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index 4e983961346..340ede8f608 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h @@ -72,6 +72,7 @@ struct nfs_mount_request { u32 version; unsigned short protocol; struct nfs_fh *fh; + int noresvport; }; extern int nfs_mount(struct nfs_mount_request *info); |