]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[XFS] attrmulti cleanup
authorChristoph Hellwig <hch@infradead.org>
Fri, 27 Jun 2008 03:32:31 +0000 (13:32 +1000)
committerNiv Sardi <xaiki@debian.org>
Mon, 28 Jul 2008 06:59:09 +0000 (16:59 +1000)
commite182f57ac019b034b40d16f3c6d8e86826aecd56
treeb270d1ccd9c019b8172661aa87d5eb03f1a54219
parent90ad58a83accbeb8de09de4a55d3e6b429767eae
[XFS] attrmulti cleanup

xfs_attrmulti_by_handle currently request the size based on
sizeof(attr_multiop_t) but should be using sizeof(xfs_attr_multiop_t)
because that is what it is dealing with. Despite beeing wrong this
actually harmless in practice because both structures are the same size on
all platforms.

But this sizeof was the only user of struct attr_multiop so we can just
kill it. Also move the ATTR_OP_* defines xfs_attr.h into the struct
xfs_attr_multiop defintion in xfs_fs.h because they are only used with
that structure, and are part of the user ABI for the
XFS_IOC_ATTRMULTI_BY_HANDLE ioctl.

SGI-PV: 983508

SGI-Modid: xfs-linux-melb:xfs-kern:31352a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/linux-2.6/xfs_ioctl.c
fs/xfs/xfs_attr.h
fs/xfs/xfs_fs.h