From: Eric Van Hensbergen Date: Tue, 14 Oct 2008 01:36:16 +0000 (-0500) Subject: 9p: move readn meta-function from client to fs layer X-Git-Tag: v2.6.28-rc1~95^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbedadc16e5c888e4df9df3b1757de4993508d35;p=pandora-kernel.git 9p: move readn meta-function from client to fs layer There are a couple of methods in the client code which aren't actually wire operations. To keep things organized cleaner, these operations are being moved to the fs layer. This patch moves the readn meta-function (which executes multiple wire reads until a buffer is full) to the fs layer. Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed