Commit 1383bf37ce2554d7632f21ee03f3ea815edaf933

Authored by J. Bruce Fields
1 parent 63bab0651b

nfsd4: remove obsolete comment

We do what Neil suggests now.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>

Showing 1 changed file with 0 additions and 7 deletions Side-by-side Diff

... ... @@ -31,13 +31,6 @@
31 31 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
32 32 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
33 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 36 #include <linux/slab.h>