From: Fred Isaman Date: Fri, 20 Apr 2012 18:47:53 +0000 (-0400) Subject: NFS: create struct nfs_commit_info X-Git-Tag: v3.5-rc1~52^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2cf2282b4278461266013e9c002ee1c66700ff;p=pandora-kernel.git NFS: create struct nfs_commit_info It is COMMIT that is handled the most differently between the paged and direct paths. Create a structure that encapsulates everything either path needs to know about the commit state. We could use void to hide some of the layout driver stuff, but Trond suggests pulling it out to ensure type checking, given the huge changes being made, and the fact that it doesn't interfere with other drivers. Signed-off-by: Fred Isaman Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed