Re: [PATCH 3/4] asm-generic: uaccess: fix up local access_ok() usage

From: Arnd Bergmann
Date: Sun Jun 14 2009 - 16:35:37 EST


On Sunday 14 June 2009, Mike Frysinger wrote:
> There's no reason that I can see to use the short __access_ok() form
> directly when the access_ok() is clearer in intent and for most people,
> expands to the same C code (i.e. always specify the first field -- access
> type). Not all no-mmu systems lack memory protection, so the read/write
> could feasibly be checked.
>
> Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx>

Applied, thanks.

Arnd <><
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/