From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [patch 7/7] fdinfo: Show sigmask for signalfd fd v2 Date: Mon, 12 Nov 2012 17:05:14 -0800 Message-ID: <20121112170514.1ac51330.akpm@linux-foundation.org> References: <20121112101440.665694060@openvz.org> <20121112101846.167035815@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Al Viro , Alexey Dobriyan , Pavel Emelyanov , James Bottomley , Matthew Helsley , aneesh.kumar@linux.vnet.ibm.com, bfields@fieldses.org To: Cyrill Gorcunov Return-path: Received: from mail.linuxfoundation.org ([140.211.169.12]:45546 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754204Ab2KMBFQ (ORCPT ); Mon, 12 Nov 2012 20:05:16 -0500 In-Reply-To: <20121112101846.167035815@openvz.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, 12 Nov 2012 14:14:47 +0400 Cyrill Gorcunov wrote: > > ... > > --- linux-2.6.git.orig/include/linux/proc_fs.h > +++ linux-2.6.git/include/linux/proc_fs.h > @@ -290,4 +290,7 @@ static inline struct net *PDE_NET(struct > return pde->parent->data; > } > > +#include > + > +void render_sigset_t(struct seq_file *m, const char *header, sigset_t *set); > #endif /* _LINUX_PROC_FS_H */ hm. Are you sure asm/signal.h is the way to get sigset_t? "grep -l sigset_t arch/*/include/asm/signal.h" is unpromising and kernel/signal.c doesn't do it this way?