Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp788275pxk; Thu, 1 Oct 2020 13:57:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxu5+N5VvG7dTiDjKV83SrpYF1UqB9ocDjxoSiZtCpqBFwjheJ2xykNh3x+/erWft/yxEwc X-Received: by 2002:a05:6402:1641:: with SMTP id s1mr10614284edx.66.1601585846377; Thu, 01 Oct 2020 13:57:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601585846; cv=none; d=google.com; s=arc-20160816; b=JDk3CsCO8/98WNtMwLsdIAe65UteQ9pQDEgY2161DpcieJel0O7EIzZ5qCHBVst3T6 r9lOg75S5P+5wGGlKLmY+yBL3ZAcrjU6b+ox7sImVIHIkU6QYK7R6H+iOlyj+D2jgD2M cuuIHcanOJD9VusMArGd98l49I7C5wTGAQPAM+NqqSWqvK7nKxXIi9Ato9pmOsjE8z5n zoN7SNbAFMu895lsc7Qakvg8vt/GMm2Y1ANhXM7haf7egsiLhxS1W7Rea/FXTJFtlGvz Y/AYYSom9bb+sVkNGJ2TGBawY9VPggWDYSJEjli/24hcYQ6WGh4QS6SzUD0PnjIRDrxN 1oPg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=LEcAGtvH3DYjBz3S3pLhHLFNGLhoPLTjOhB3B2AupFs=; b=lByBT5gvkerHS5h+qPieuWDWcoJLVJ6AGhsVsxiS2wbFDnJlnue7cHxXumlgEG8gYy diDVXYbfC2lDyV3x4TYyTn+auQnmbePt8jxihp3/irq6JhewOD86heD6jAY2hLBjYzx3 yCLqm2fMugYXCfKA1sklRwtZ7szcBC9Y3TEnFGyriI0bvLKrcfJmMs9rtDQB/lQKgELa JOq7qpoNmWoaVfV+F6YqzwJlKf2HeyzvkrHQ6mzgEM/XuPdukOaG6/kT0buzsxS9f1qc n6cMURNWaqSb/yFhiq7UiR2TsRAbwZld4TpZsTyxzqY2mIWzb/cIWYrl0Y4BHG9cQuP2 yL8g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o10si4646030edt.499.2020.10.01.13.57.02; Thu, 01 Oct 2020 13:57:26 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726606AbgJAU45 (ORCPT + 99 others); Thu, 1 Oct 2020 16:56:57 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:40337 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726515AbgJAU45 (ORCPT ); Thu, 1 Oct 2020 16:56:57 -0400 Received: from callcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 091KuhHO027258 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 1 Oct 2020 16:56:45 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id 16AEA42003C; Thu, 1 Oct 2020 16:56:43 -0400 (EDT) Date: Thu, 1 Oct 2020 16:56:43 -0400 From: "Theodore Y. Ts'o" To: Xiao Yang Cc: darrick.wong@oracle.com, ira.weiny@intel.com, ebiggers@kernel.org, linux-ext4@vger.kernel.org Subject: Re: [PATCH v2] chattr/lsattr: Support dax attribute Message-ID: <20201001205643.GA656789@mit.edu> References: <20200728053321.12892-1-yangx.jy@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200728053321.12892-1-yangx.jy@cn.fujitsu.com> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, Jul 28, 2020 at 01:33:21PM +0800, Xiao Yang wrote: > Use the letter 'x' to set/get dax attribute on a directory/file. > > Signed-off-by: Xiao Yang > Reviewed-by: Andreas Dilger Thanks, applied. Apologies for the delay. - Ted