Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756460AbaDHHwX (ORCPT ); Tue, 8 Apr 2014 03:52:23 -0400 Received: from relay.parallels.com ([195.214.232.42]:48443 "EHLO relay.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750892AbaDHHwW (ORCPT ); Tue, 8 Apr 2014 03:52:22 -0400 Message-ID: <5343AAAE.9090003@parallels.com> Date: Tue, 8 Apr 2014 11:52:14 +0400 From: Vladimir Davydov MIME-Version: 1.0 To: Cyrill Gorcunov CC: , , , , , Subject: Re: [patch 2/3] docs: procfs -- Document timerfd output, v2 References: <20140407174701.734703531@openvz.org> <20140407174933.753755321@openvz.org> <20140408074349.GF23983@moon> In-Reply-To: <20140408074349.GF23983@moon> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.30.16.96] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/08/2014 11:43 AM, Cyrill Gorcunov wrote: > CC: Shawn Landden > CC: Thomas Gleixner > CC: Andrew Morton > CC: Andrey Vagin > CC: Pavel Emelyanov > CC: Vladimir Davydov > Signed-off-by: Cyrill Gorcunov > --- > > Vladimir, would the below text be more clear? It looks good to me. Thanks. > > Documentation/filesystems/proc.txt | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > Index: linux-2.6.git/Documentation/filesystems/proc.txt > =================================================================== > --- linux-2.6.git.orig/Documentation/filesystems/proc.txt > +++ linux-2.6.git/Documentation/filesystems/proc.txt > @@ -1741,6 +1741,23 @@ pair provide additional information part > While the first three lines are mandatory and always printed, the rest is > optional and may be omitted if no marks created yet. > > + Timerfd files > + ~~~~~~~~~~~~~ > + > + pos: 0 > + flags: 02 > + mnt_id: 9 > + clockid: 0 > + ticks: 0 > + settime flags: 01 > + it_value: (0, 49406829) > + it_interval: (1, 0) > + > + where 'clockid' is the clock type and 'ticks' is the number of the timer expirations > + that have occurred [see timerfd_create(2) for details]. 'settime flags' are > + flags in octal form used to setup the timer [see timerfd_settime(2) for > + details]. 'it_value' is remaining time until the timer exiration. > + 'it_interval' is the interval for the timer. > > ------------------------------------------------------------------------------ > Configuring procfs -- 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/