From: Stanislav Kinsbursky Date: Mon, 26 Dec 2011 12:43:32 +0000 (+0300) Subject: SUNRPC: split SUNPRC PipeFS pipe data and inode creation X-Git-Tag: v3.4-rc1~123^2~215 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba9e097593f371ebd102580a0c5b1b2cf55636a0;p=pandora-kernel.git SUNRPC: split SUNPRC PipeFS pipe data and inode creation Generally, pipe data is used only for pipes, and thus allocating space for it on every RPC inode allocation is redundant. This patch splits private SUNRPC PipeFS pipe data and inode, makes pipe data allocated only for pipe inodes. This patch is also is a next step towards to to removing PipeFS inode references from kernel code other than PipeFS itself. Signed-off-by: Stanislav Kinsbursky Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed