From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Emelyanov Subject: Re: [patch 4/8] fs, eventfd: Add procfs fdinfo helper Date: Tue, 14 Aug 2012 18:22:34 +0400 Message-ID: <502A5F2A.4060202@parallels.com> References: <20120814140342.354405844@openvz.org> <20120814140620.122836623@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "linux-kernel@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" , Alexey Dobriyan , James Bottomley , Matthew Helsley To: Cyrill Gorcunov , Al Viro , Andrew Morton Return-path: In-Reply-To: <20120814140620.122836623@openvz.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On 08/14/2012 06:03 PM, Cyrill Gorcunov wrote: > This allow us to print out raw counter value. > The /proc/pid/fdinfo/fd output is > > | pos: 0 > | flags: 04002 > | eventfd-count: 5a > > This feature is CONFIG_CHECKPOINT_RESTORE only. > > Signed-off-by: Cyrill Gorcunov > CC: Al Viro > CC: Alexey Dobriyan > CC: Andrew Morton > CC: Pavel Emelyanov > CC: James Bottomley Acked-by: Pavel Emelyanov