Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 8 Nov 2002 23:33:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 8 Nov 2002 23:33:44 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:62476 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Fri, 8 Nov 2002 23:33:42 -0500 Date: Fri, 8 Nov 2002 20:40:00 -0800 (PST) From: Linus Torvalds To: Rusty Russell cc: Dipankar Sarma , Petr Vandrovec , Subject: Re: [TRIVIAL] Re: UP went into unexpected trashing In-Reply-To: <20021109041542.054AF2C0DF@lists.samba.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 748 Lines: 20 On Sat, 9 Nov 2002, Rusty Russell wrote: > - * Returns the bit-number of the first zero bit, not the number of the byte > - * containing a bit. > + * Returns the bit-number of the first zero bit (not the number of the byte > + * containing the bit) or a value >= size if none found. Ok. However, what was the original codepath that doesn't follow this and was the cause of the headache (ie the "unexpected trashing"?) Let's fix that user of the functions too, not just the documentation.. Linus - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/