commit | 0ce4cfd4f7dde5891d5b3e3c1a28ff7a7b4d36b3 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Thu Aug 30 17:20:53 2007 +1000 |
committer | Tim Shimmin <tes@chook.melbourne.sgi.com> | Tue Oct 16 11:45:02 2007 +1000 |
tree | 7ccb7197135e6705adcf51a40b1dea0a102ef213 | |
parent | 745f691912b700ac98607b525f3c892204c7f12f [diff] |
[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 <hch@infradead.org> Signed-off-by: David Chinner <dgc@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>