Re: TOMOYO in linux-next

From: James Morris
Date: Fri Mar 27 2009 - 04:05:56 EST


On Fri, 27 Mar 2009, Tetsuo Handa wrote:

> ----------------------------------------
> TOMOYO: Fix a typo.
>
> Signed-off-by: Kentaro Takeda <takedakn@xxxxxxxxxxxxx>
> Signed-off-by: Tetsuo Handa <penguin-kernel@xxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Toshiharu Harada <haradats@xxxxxxxxxxxxx>
> ---
> security/tomoyo/common.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-2.6.29-git1.orig/security/tomoyo/common.h
> +++ linux-2.6.29-git1/security/tomoyo/common.h
> @@ -55,7 +55,7 @@ struct tomoyo_path_info {
> struct tomoyo_path_info_with_data {
> /* Keep "head" first, for this pointer is passed to tomoyo_free(). */
> struct tomoyo_path_info head;
> - char bariier1[16]; /* Safeguard for overrun. */
> + char barrier1[16]; /* Safeguard for overrun. */
> char body[TOMOYO_MAX_PATHNAME_LEN];
> char barrier2[16]; /* Safeguard for overrun. */
> };
>

Applied.

--
James Morris
<jmorris@xxxxxxxxx>
--
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/