Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 16 Aug 2002 09:03:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 16 Aug 2002 09:03:34 -0400 Received: from blackbird.intercode.com.au ([203.32.101.10]:50693 "EHLO blackbird.intercode.com.au") by vger.kernel.org with ESMTP id ; Fri, 16 Aug 2002 09:03:34 -0400 Date: Fri, 16 Aug 2002 23:07:22 +1000 (EST) From: James Morris To: kuznet@ms2.inr.ac.ru cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH][RFC] sigurg/sigio cleanup for 2.5.31 In-Reply-To: <200208152236.CAA27992@sex.inr.ac.ru> 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: 690 Lines: 26 On Fri, 16 Aug 2002 kuznet@ms2.inr.ac.ru wrote: > I do not know what forced you to use BKL. All existing paths which write to the pid/uid/euid fields are protected by the BKL (except for the futex code, which doesn't need it). None of these, or the new paths which grab the BKL, are performance critical, as they're ioctl() or fcntl() handlers. > But I daresay this is deadlock: Yep. - James -- James Morris - 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/