Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1767922Ab2KONum (ORCPT ); Thu, 15 Nov 2012 08:50:42 -0500 Received: from mailhub.sw.ru ([195.214.232.25]:18145 "EHLO relay.sw.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1767793Ab2KONuj (ORCPT ); Thu, 15 Nov 2012 08:50:39 -0500 Message-ID: <50A4F2EB.2020109@parallels.com> Date: Thu, 15 Nov 2012 17:49:31 +0400 From: Pavel Emelyanov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 MIME-Version: 1.0 To: Cyrill Gorcunov CC: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Al Viro , Alexey Dobriyan , Andrew Morton , James Bottomley , Matthew Helsley , aneesh.kumar@linux.vnet.ibm.com, bfields@fieldses.org, oleg@redhat.com, rientjes@google.com, tvrtko.ursulin@onelan.co.uk, Andrey Vagin Subject: Re: [patch 4/7] fdinfo: Show sigmask for signalfd fd v3 References: <20121114151937.344922058@openvz.org> <20121114152239.674555420@openvz.org> In-Reply-To: <20121114152239.674555420@openvz.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1375 Lines: 33 On 11/14/2012 07:19 PM, 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. > > Signed-off-by: Cyrill Gorcunov > CC: Pavel Emelyanov > CC: Oleg Nesterov > CC: Andrey Vagin > CC: Al Viro > CC: Alexey Dobriyan > CC: Andrew Morton > CC: James Bottomley > CC: "Aneesh Kumar K.V" > CC: Alexey Dobriyan > CC: Matthew Helsley > CC: "J. Bruce Fields" > CC: "Aneesh Kumar K.V" > CC: Tvrtko Ursulin > --- > fs/proc/array.c | 2 +- > fs/signalfd.c | 18 ++++++++++++++++++ > include/linux/proc_fs.h | 3 +++ > 3 files changed, 22 insertions(+), 1 deletion(-) Acked-by: Pavel Emelyanov -- 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/