nfsd: export proper maximum file size to the client
authorChristoph Hellwig <hch@infradead.org>
Thu, 14 Nov 2013 13:50:10 +0000 (05:50 -0800)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 14 Nov 2013 20:18:47 +0000 (15:18 -0500)
I noticed that we export a way to high value for the maxfilesize
attribute when debugging a client issue.  The issue didn't turn
out to be related to it, but I think we should export it, so that
clients can limit what write sizes they accept before hitting
the server.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found