Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755448Ab2KMRrG (ORCPT ); Tue, 13 Nov 2012 12:47:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31576 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751903Ab2KMRrE (ORCPT ); Tue, 13 Nov 2012 12:47:04 -0500 Date: Tue, 13 Nov 2012 18:47:06 +0100 From: Oleg Nesterov To: Cyrill Gorcunov Cc: Pavel Emelyanov , Al Viro , Alexey Dobriyan , James Bottomley , "Aneesh Kumar K.V" , Matthew Helsley , "J. Bruce Fields" , Andrew Morton , linux-kernel@vger.kernel.org Subject: Re: + fs-epoll-add-procfs-fdinfo-helper.patch added to -mm tree Message-ID: <20121113174706.GA20626@redhat.com> References: <20121113145050.GA13691@redhat.com> <20121113155313.GU6511@moon> <20121113162056.GK7808@moon> <20121113164951.GA18665@redhat.com> <20121113170159.GW6511@moon> <20121113171422.GM7808@moon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121113171422.GM7808@moon> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 898 Lines: 30 On 11/13, Cyrill Gorcunov wrote: > > On Tue, Nov 13, 2012 at 09:01:59PM +0400, Cyrill Gorcunov wrote: > > > The sigmask is read in lockless manner for a sake of > code simplicity, thus if precise data needed here > the tasks which refer to the signalfd should be > stopped before read. Yes, I think this is fine, and this patch should replace fs-epoll-add-procfs-fdinfo-helper.patch in -mm. > static const struct file_operations signalfd_fops = { > +#ifdef CONFIG_PROC_FS > + .show_fdinfo = signalfd_show_fdinfo, > +#endif I am just curious and I can't find the patch which adds .show_fdinfo. Could you please send me link/patch offlist? Oleg. -- 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/