commit | 4576758db5817a91b8974c696247d459dc653db2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Feb 05 12:13:24 2008 +1100 |
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | Thu Feb 07 18:22:38 2008 +1100 |
tree | 43b5b471510f0981ea2dc668ca7591a75831f111 | |
parent | f6aa7f2184330262e1cb5f7802536e5346bd46a3 [diff] |
[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>