[XFS] Now that xfs_setattr is only used for attributes set from ->setattr
authorChristoph Hellwig <hch@infradead.org>
Fri, 18 Jul 2008 07:13:28 +0000 (17:13 +1000)
committerNiv Sardi <xaiki@debian.org>
Mon, 28 Jul 2008 06:59:37 +0000 (16:59 +1000)
commit0f285c8a1c4cacfd9f2aec077b06e2b537ee57ab
tree5b10300cfe765f13e1437d0ffa4a66a6d31d1187
parent25fe55e814a2964c7e16d16a5d08cae6e9313a3a
[XFS] Now that xfs_setattr is only used for attributes set from ->setattr
it can be switched to take struct iattr directly and thus simplify the
implementation greatly. Also rename the ATTR_ flags to XFS_ATTR_ to not
conflict with the ATTR_ flags used by the VFS.

SGI-PV: 984565

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

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/linux-2.6/xfs_iops.c
fs/xfs/linux-2.6/xfs_vnode.h
fs/xfs/xfs_acl.c
fs/xfs/xfs_dmapi.h
fs/xfs/xfs_vnodeops.c
fs/xfs/xfs_vnodeops.h