diff options
author | Christoph Hellwig <hch@infradead.org> | 2008-07-18 09:13:20 +0200 |
---|---|---|
committer | Niv Sardi <xaiki@debian.org> | 2008-07-28 08:59:36 +0200 |
commit | 25fe55e814a2964c7e16d16a5d08cae6e9313a3a (patch) | |
tree | 9337a4270cafe83a0bfd14e1c297aa5f24e02c33 /fs/xfs/linux-2.6/xfs_iops.c | |
parent | [XFS] fix use after free with external logs or real-time devices (diff) | |
download | linux-25fe55e814a2964c7e16d16a5d08cae6e9313a3a.tar.xz linux-25fe55e814a2964c7e16d16a5d08cae6e9313a3a.zip |
[XFS] xfs_setattr currently doesn't just handle the attributes set through
->setattr but also addition XFS-specific attributes: project id, inode
flags and extent size hint. Having these in a single function makes it
more complicated and forces to have us a bhv_vattr intermediate structure
eating up stackspace.
This patch adds a new xfs_ioctl_setattr helper for the XFS ioctls that set
these attributes and remove the code to set them through xfs_setattr.
SGI-PV: 984564
SGI-Modid: xfs-linux-melb:xfs-kern:31677a
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Tim Shimmin <tes@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_iops.c')
0 files changed, 0 insertions, 0 deletions