| | Date | Wed, 8 Aug 2007 20:25:58 +0100 | | From | Christoph Hellwig <> | | Subject | Re: [RFC 04/10] Temporary struct vfs_lookup in file_permission |
| |
On Wed, Aug 08, 2007 at 07:16:26PM +0200, Andreas Gruenbacher wrote: > Create a temporary struct vfs_lookup in file_permission() instead of > passing a NULL value.
NACK. file_permission is special in that it doesn't happen in the context of any kind of lookup operation, and the nd/intent paramater to ->permission should be NULL in that case instead of faking up some crap.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|