commit | 586c52cc61b5b84c70102208b78269ef5924bf49 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon May 18 17:47:56 2009 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Apr 07 14:36:40 2011 -0400 |
tree | c218a2ab64877297dd530c9997e4bbfb6a12577a | |
parent | cc6c2127f2316c2b2ad1e8919b45cde5e03f65aa [diff] |
svcrpc: copy cb reply instead of pages It's much simpler just to copy the cb reply data than to play tricks with pages. Callback replies will typically be very small (at least until we implement cb_getattr, in which case files with very long ACLs could pose a problem), so there's no loss in efficiency. Signed-off-by: J. Bruce Fields <bfields@redhat.com>