[patch 35/59] knfsd: fix an NFSD bug with full sized, non-page-aligned reads.

2007-02-02 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: NeilBrown <[EMAIL PROTECTED]> NFSd assumes that largest number of pages that will be needed for a request+response is 2+N where N pages is the size of the largest permitted read/write request. The

[patch 35/59] knfsd: fix an NFSD bug with full sized, non-page-aligned reads.

2007-02-02 Thread Chris Wright
-stable review patch. If anyone has any objections, please let us know. -- From: NeilBrown [EMAIL PROTECTED] NFSd assumes that largest number of pages that will be needed for a request+response is 2+N where N pages is the size of the largest permitted read/write request. The