From: Christoph Hellwig Date: Tue, 28 Aug 2007 06:12:30 +0000 (+1000) Subject: [XFS] decontaminate vnode operations from behavior details X-Git-Tag: v2.6.24-rc1~492^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=993386c19afa53fa54d00c7721e56ba820b3400d;p=pandora-kernel.git [XFS] decontaminate vnode operations from behavior details All vnode ops now take struct xfs_inode pointers and the behaviour related glue is split out into methods of it's own. This required fixing xfs_create/mkdir/symlink to not mess with the inode pointer but rather use a separate boolean for error handling. Thanks to Dave Chinner for that fix. SGI-PV: 969608 SGI-Modid: xfs-linux-melb:xfs-kern:29492a Signed-off-by: Christoph Hellwig Signed-off-by: David Chinner Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed