From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A9FCC282DA for ; Fri, 1 Feb 2019 06:56:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5306221872 for ; Fri, 1 Feb 2019 06:56:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725915AbfBAG4m (ORCPT ); Fri, 1 Feb 2019 01:56:42 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:47656 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725763AbfBAG4l (ORCPT ); Fri, 1 Feb 2019 01:56:41 -0500 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.91 #2 (Red Hat Linux)) id 1gpSke-0003IZ-G9; Fri, 01 Feb 2019 06:56:36 +0000 Date: Fri, 1 Feb 2019 06:56:36 +0000 From: Al Viro To: Christoph Hellwig Cc: David Howells , Mike Marshall , Martin Brandenburg , linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, devel@lists.orangefs.org Subject: Re: move noatime and automount flags setting into common code Message-ID: <20190201065636.GN2217@ZenIV.linux.org.uk> References: <20190121152326.9954-1-hch@lst.de> <20190131074047.GA26171@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190131074047.GA26171@lst.de> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Thu, Jan 31, 2019 at 08:40:47AM +0100, Christoph Hellwig wrote: > On Mon, Jan 21, 2019 at 04:23:24PM +0100, Christoph Hellwig wrote: > > Hi Al, > > > > can you take a look at this series that fixes incorrect attributes > > reported for filesystems like XFS that don't use generic_filattr? > > Al, > > can you pick this up? Applied.