From: Trond Myklebust Date: Mon, 18 May 2009 21:47:56 +0000 (-0400) Subject: svcrpc: copy cb reply instead of pages X-Git-Tag: v3.0-rc1~8^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=586c52cc61b5b84c70102208b78269ef5924bf49;p=pandora-kernel.git 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 --- Reading git-diff-tree failed