diff options
author | J. Bruce Fields <bfields@redhat.com> | 2014-08-11 16:41:05 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-08-17 12:00:14 -0400 |
commit | 1383bf37ce2554d7632f21ee03f3ea815edaf933 (patch) | |
tree | fc57596fba36d521ae9bfb0e78ffb29fb71992b1 /fs/nfsd | |
parent | 63bab0651be0ba857200219a08644e6a99f448b6 (diff) |
nfsd4: remove obsolete comment
We do what Neil suggests now.
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd')
-rw-r--r-- | fs/nfsd/nfs4xdr.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index f9821ce6658a..8112ce8f4b23 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c | |||
@@ -31,13 +31,6 @@ | |||
31 | * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | 31 | * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
32 | * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | 32 | * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
33 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 33 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
34 | * | ||
35 | * TODO: Neil Brown made the following observation: We currently | ||
36 | * initially reserve NFSD_BUFSIZE space on the transmit queue and | ||
37 | * never release any of that until the request is complete. | ||
38 | * It would be good to calculate a new maximum response size while | ||
39 | * decoding the COMPOUND, and call svc_reserve with this number | ||
40 | * at the end of nfs4svc_decode_compoundargs. | ||
41 | */ | 34 | */ |
42 | 35 | ||
43 | #include <linux/slab.h> | 36 | #include <linux/slab.h> |