[XFS] use generic_permission
authorChristoph Hellwig <hch@infradead.org>
Tue, 5 Feb 2008 01:13:24 +0000 (12:13 +1100)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Thu, 7 Feb 2008 07:22:38 +0000 (18:22 +1100)
commit4576758db5817a91b8974c696247d459dc653db2
tree43b5b471510f0981ea2dc668ca7591a75831f111
parentf6aa7f2184330262e1cb5f7802536e5346bd46a3
[XFS] use generic_permission

Now that all direct caller of xfs_iaccess are gone we can kill xfs_iaccess
and xfs_access and just use generic_permission with a check_acl callback.
This is required for the per-mount read-only patchset in -mm to work
properly with XFS.

SGI-PV: 971186
SGI-Modid: xfs-linux-melb:xfs-kern:30370a

Signed-off-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/linux-2.6/xfs_iops.c
fs/xfs/xfs_acl.c
fs/xfs/xfs_acl.h
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_vnodeops.c
fs/xfs/xfs_vnodeops.h