From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Emelyanov Subject: Re: [patch 2/7] fs, eventfd: Add procfs fdinfo helper Date: Thu, 15 Nov 2012 17:48:50 +0400 Message-ID: <50A4F2C2.9000401@parallels.com> References: <20121114151937.344922058@openvz.org> <20121114152239.498171399@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 , aneesh.kumar@linux.vnet.ibm.com, bfields@fieldses.org, oleg@redhat.com, rientjes@google.com, tvrtko.ursulin@onelan.co.uk, Andrey Vagin To: Cyrill Gorcunov , Al Viro , Andrew Morton Return-path: Received: from mailhub.sw.ru ([195.214.232.25]:32161 "EHLO relay.sw.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1767855Ab2KONuB (ORCPT ); Thu, 15 Nov 2012 08:50:01 -0500 In-Reply-To: <20121114152239.498171399@openvz.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: > This allow us to print out raw counter value. > The /proc/pid/fdinfo/fd output is > > | pos: 0 > | flags: 04002 > | eventfd-count: 5a > > 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 > --- Acked-by: Pavel Emelyanov