Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 11 Jun 2002 12:53:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 11 Jun 2002 12:53:03 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:7685 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Tue, 11 Jun 2002 12:53:02 -0400 Date: Tue, 11 Jun 2002 09:53:14 -0700 (PDT) From: Linus Torvalds To: Rusty Russell cc: linux-kernel@vger.kernel.org, , , Subject: Re: [PATCH] Futex Asynchronous Interface 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 Rusty, this makes no sense: D: This changes the implementation so that the waker actually unpins D: the page. This is preparation for the async interface, where the D: process which registered interest is not in the kernel. Whazzup? The closing of the fd will unpin the page, the waker has no reason to do so. It is very much against the linux philosophy (and a design disaster anyway) to have the waker muck with the data structures of anything waiting. 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/