From: Christoph Hellwig Date: Thu, 30 Aug 2007 07:20:53 +0000 (+1000) Subject: [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs X-Git-Tag: v2.6.24-rc1~492^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ce4cfd4f7dde5891d5b3e3c1a28ff7a7b4d36b3;p=pandora-kernel.git [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs vfs_altfsid was just a pointer to mp->m_fixedfsid so we can trivially replace it with the latter. vfs_fsid also was identical to m_fixedfsid through rather obfuscated ways so we can kill it as well and simply its only user. SGI-PV: 969608 SGI-Modid: xfs-linux-melb:xfs-kern:29506a Signed-off-by: Christoph Hellwig Signed-off-by: David Chinner Signed-off-by: Tim Shimmin --- Reading git-diff-tree failed