From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relaydlg-01.paragon-software.com (relaydlg-01.paragon-software.com [81.5.88.159]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BA4613FCC for ; Mon, 27 Sep 2021 15:33:10 +0000 (UTC) Received: from dlg2.mail.paragon-software.com (vdlg-exch-02.paragon-software.com [172.30.1.105]) by relaydlg-01.paragon-software.com (Postfix) with ESMTPS id 53D4F82215; Mon, 27 Sep 2021 18:26:27 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paragon-software.com; s=mail; t=1632756387; bh=i6bYZLXmor/RfRF2EogMQiOHKnFbIX15Y4f9ovWqXAs=; h=Date:To:CC:From:Subject; b=t3R0Pr22o2nLBd6mqHe5Y7V33SVKrLXht0jffz9WkWw07Jmr7mgUMfRHgI+g/Im1Y mGVXcdKzkVc0WBJEfARUmq9AAkUQSvZDobDTlTHJMR2UMtznOyZ3V3oCJKlvu+LL2N m4I2eimlt3Hqgf5tXNKrFc5m0KRZLK/c2SbQYgl0= Received: from [192.168.211.27] (192.168.211.27) by vdlg-exch-02.paragon-software.com (172.30.1.105) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2176.2; Mon, 27 Sep 2021 18:26:27 +0300 Message-ID: Date: Mon, 27 Sep 2021 18:26:26 +0300 Precedence: bulk X-Mailing-List: ntfs3@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.1 Content-Language: en-US To: CC: , From: Konstantin Komarov Subject: [PATCH v2 0/3] fs/ntfs3: Refactoring of xattr.c Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.211.27] X-ClientProxiedBy: vdlg-exch-02.paragon-software.com (172.30.1.105) To vdlg-exch-02.paragon-software.com (172.30.1.105) Removed function, that already have been in kernel. Changed locking policy to fix some potential bugs. Changed code for readability. V2: fixed typo. Konstantin Komarov (3): fs/ntfs3: Use available posix_acl_release instead of ntfs_posix_acl_release fs/ntfs3: Remove locked argument in ntfs_set_ea fs/ntfs3: Refactoring of ntfs_set_ea fs/ntfs3/xattr.c | 69 ++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 37 deletions(-) -- 2.33.0