Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 23 Mar 2001 17:41:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 23 Mar 2001 17:40:08 -0500 Received: from neon-gw.transmeta.com ([209.10.217.66]:26387 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Fri, 23 Mar 2001 17:38:38 -0500 Date: Fri, 23 Mar 2001 14:37:21 -0800 (PST) From: Linus Torvalds To: Alan Cox cc: "Stephen C. Tweedie" , , , Ben LaHaise , Christoph Rohland Subject: Re: [PATCH] Fix races in 2.4.2-ac22 SysV shared memory In-Reply-To: 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 On Fri, 23 Mar 2001, Alan Cox wrote: > > __find_get_page has I think a misleading comment ? Ehh.. I only said the _naming_ makes sense. [ Wild hand-waving ] I suspect that what happened was that we split off the functions (one to just get the page, one to lock it), and the comment that was associated with the original "find_page()" never got removed, and just happens to sit above one of the helper functions now - the one that didn't lock. I'll fix the comment. 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/