[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080729012706.GA1775@hash.localnet>
Date: Mon, 28 Jul 2008 21:27:06 -0400
From: Bob Copeland <me@...copeland.com>
To: Harvey Harrison <harvey.harrison@...il.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] omfs: sparse annotations
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@...copeland.com>
--
Bob Copeland %% www.bobcopeland.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists