commit | a11a2bf4de5679fa0b63474c7d39bea2dac7d061 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Aug 02 13:21:43 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Sep 28 15:58:42 2012 -0400 |
tree | d59f027797b629d029596f968ccf65dc7916509f | |
parent | 13fe4ba1b64c099843c75b4f0633ad30a4526637 [diff] |
SUNRPC: Optimise away unnecessary data moves in xdr_align_pages We only have to call xdr_shrink_pagelen() if the remaining RPC message does not fit in the page buffer length that we supplied to xdr_align_pages(). Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>