Re: [PATCH] omfs: sparse annotations

From: Bob Copeland
Date: Mon Jul 28 2008 - 22:00:50 EST


On Mon, Jul 28, 2008 at 05:28:46PM -0700, Harvey Harrison wrote:
> Missing cpu_to_be64 on some constant assignments.
>
> - oi->i_sibling = ~0ULL;
> + oi->i_sibling = ~cpu_to_be64(0ULL);

Thanks, I saw these sparse warnings before but wasn't sure how to fix
them.

Acked-by: Bob Copeland <me@xxxxxxxxxxxxxxx>

--
Bob Copeland %% www.bobcopeland.com

--
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/