From 52ce6c1798385941bf2e944bec027439c7239c20 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Thu, 23 Apr 2009 19:32:03 -0400 Subject: [PATCH] --- yaml --- r: 153655 b: refs/heads/master c: c71206a7b4e829601e44c49d8a0f4df0fdfe9302 h: refs/heads/master i: 153653: c1208cb2b28e928c0fe1afbe91ca3e12727d60b6 153651: 48d974a6884258ef9d65de02a586577482025b7b 153647: 1c83ae938f06ce350b1fa04284af734196f69181 v: v3 --- [refs] | 2 +- trunk/fs/nfsd/nfsctl.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8a0528c28aed..a5e817da132d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0b7c2f6fc7e06867885c7b0f256ff5bd494e0653 +refs/heads/master: c71206a7b4e829601e44c49d8a0f4df0fdfe9302 diff --git a/trunk/fs/nfsd/nfsctl.c b/trunk/fs/nfsd/nfsctl.c index b6a847faa0bb..d491fa9df9bd 100644 --- a/trunk/fs/nfsd/nfsctl.c +++ b/trunk/fs/nfsd/nfsctl.c @@ -1061,7 +1061,9 @@ static ssize_t __write_ports(struct file *file, char *buf, size_t size) * buf: C string containing an unsigned * integer value representing a bound * but unconnected socket that is to be - * used as an NFSD listener + * used as an NFSD listener; listen(3) + * must be called for a SOCK_STREAM + * socket, otherwise it is ignored * size: non-zero length of C string in @buf * Output: * On success: NFS service is started;