From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-f193.google.com ([209.85.210.193]:43205 "EHLO mail-pf1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727171AbeJQIAu (ORCPT ); Wed, 17 Oct 2018 04:00:50 -0400 Received: by mail-pf1-f193.google.com with SMTP id p24-v6so12238571pff.10 for ; Tue, 16 Oct 2018 17:07:57 -0700 (PDT) Message-ID: <1539734875.3153.2.camel@slavad-ubuntu-14.04> Subject: Re: [PATCH] hfsplus: return file attributes on statx From: Viacheslav Dubeyko To: "Ernesto A." =?ISO-8859-1?Q?Fern=E1ndez?= Cc: linux-fsdevel@vger.kernel.org, Andrew Morton Date: Tue, 16 Oct 2018 17:07:55 -0700 In-Reply-To: <20181016233829.vmhlxqebaygzghmh@eaf> References: <20181014163558.sxorxlzjqccq2lpw@eaf> <1539649583.3133.8.camel@slavad-ubuntu-14.04> <20181016233829.vmhlxqebaygzghmh@eaf> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, 2018-10-16 at 20:38 -0300, Ernesto A. Fernández wrote: > On Mon, Oct 15, 2018 at 05:26:23PM -0700, Viacheslav Dubeyko wrote: > > On Sun, 2018-10-14 at 13:35 -0300, Ernesto A. Fernández wrote: > > > The immutable, append-only and no-dump attributes can only be retrieved > > > with an ioctl; implement the ->getattr() method to return them on statx. > > > Do not return the inode birthtime yet, because the issue of how best to > > > handle the post-2038 timestamps is still under discussion. > > > > > > > As far as I can see, the stable branch doesn't contain the inode > > birthtime yet. So, I believe we have no troubles with it. > > What stable branch? What are you talking about? Of course the inode > birthtime is in the code, how could it not be? > I mean the latest stable kernel branch (git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git). > > > > > This patch is needed to pass xfstests generic/424. > > > > Do you mean that the patch isn't been tested yet? Do it needs to wait > > the testing result report before taking the patch? Otherwise, it looks > > weird to have such remark in the comment section of the patch. > > Look, I'm not a native speaker either, but I think that's a pretty simple > sentence. You need this patch if you want xfstests generic/424 to pass. > Currently, it sounds confusing. It makes sense to rework the comment section and to resend the second version of the patch. Thanks, Vyacheslav Dubeyko.