[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150331160638.8f622be3769fb1cc4418f582@linux-foundation.org>
Date: Tue, 31 Mar 2015 16:06:38 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Yury Norov <yury.norov@...il.com>
Cc: linux@...izon.com, klimov.linux@...il.com,
linux@...musvillemoes.dk, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] lib: bitmap_[empty,full]: remove code duplication
On Sun, 29 Mar 2015 05:03:55 +0300 Yury Norov <yury.norov@...il.com> wrote:
> Function 'bitmap_empty' has it's own implementation.
> But it's clearly as simple as:
> "find_first_bit(src, nbits) == nbits"
> The same is true for 'bitmap_full'.
Looks OK.
Please send a Signed-off-by: for this patch.
--
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