From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp2120.oracle.com ([141.146.126.78]:56886 "EHLO aserp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752068AbeEHRCz (ORCPT ); Tue, 8 May 2018 13:02:55 -0400 From: Allison Henderson Subject: Re: [PATCH 04/21] xfs: Add attibute remove and helper functions References: <1525627494-12873-1-git-send-email-allison.henderson@oracle.com> <1525627494-12873-5-git-send-email-allison.henderson@oracle.com> Message-ID: Date: Tue, 8 May 2018 10:02:52 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Amir Goldstein Cc: linux-xfs On 05/08/2018 12:33 AM, Amir Goldstein wrote: > On Sun, May 6, 2018 at 8:24 PM, Allison Henderson > wrote: >> This patch adds xfs_attr_remove_args. These sub-routines remove >> the attributes specified in @args. We will use this later for setting >> parent pointers as a deferred attribute operation. >> > > But this patch also adds xfs_defer_init()+xfs_trans_ijoin() > so maybe I am not understanding how this work, but it seems > to be changing logic as well. > > Please say something about this in commit message. > > Thanks, > Amir. > Oh, let me see if I can take those out. I think I had tried some code in here earlier that used it, but I'm pretty sure it doesnt need to be there now. Will clean up. Thx! Allison