Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2993642AbdDZFm1 (ORCPT ); Wed, 26 Apr 2017 01:42:27 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:33801 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1949831AbdDZFmS (ORCPT ); Wed, 26 Apr 2017 01:42:18 -0400 Subject: Re: Revised statx(2) man page for review To: "Dmitry V. Levin" References: <20170425200656.GA30045@altlinux.org> Cc: mtk.manpages@gmail.com, David Howells , Jeff Layton , lkml , Linux API , linux-man From: "Michael Kerrisk (man-pages)" Message-ID: <864d7dbb-9fa7-deb2-e379-8d99a6e8c2aa@gmail.com> Date: Wed, 26 Apr 2017 07:42:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20170425200656.GA30045@altlinux.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 820 Lines: 25 On 04/25/2017 10:06 PM, Dmitry V. Levin wrote: > On Tue, Apr 25, 2017 at 01:14:26PM +0200, Michael Kerrisk (man-pages) wrote: > [...] >> The file timestamps are structures of the following type: >> >> struct statx_timestamp { >> __s64 tv_sec; /* Seconds since the Epoch (UNIX time) */ >> __s32 tv_nsec; /* Nanoseconds before or since tv_sec */ >> }; > > Nanoseconds since tv_sec. The "before tv_sec" is not implemented yet > and I hope nobody is going to implement it for the reasons I mentioned > in https://marc.info/?i=20170422192743.GA17005%40altlinux.org Thanks Dmitry. Fixed. Cheers, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/