nfsservctl.2: Note commands that were only in Linux 2.4.x and earlier

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-08-08 09:49:03 +02:00
parent d59eaecdeb
commit 3ad8d7a2b7
1 changed files with 4 additions and 2 deletions

View File

@ -28,8 +28,10 @@ Since Linux 3.1, this system call no longer exists.
#define NFSCTL_DELCLIENT 2 /* Remove an NFS client. */
#define NFSCTL_EXPORT 3 /* Export a file system. */
#define NFSCTL_UNEXPORT 4 /* Unexport a file system. */
#define NFSCTL_UGIDUPDATE 5 /* Update a client's UID/GID map. */
#define NFSCTL_GETFH 6 /* Get a file handle (used by mountd). */
#define NFSCTL_UGIDUPDATE 5 /* Update a client's UID/GID map
(only in Linux 2.4.x and earlier). */
#define NFSCTL_GETFH 6 /* Get a file handle (used by mountd)
(only in Linux 2.4.x and earlier). */
struct nfsctl_arg {
int ca_version; /* safeguard */