Return-Path: Received: from szxga04-in.huawei.com ([45.249.212.190]:15117 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725908AbeKSQrs (ORCPT ); Mon, 19 Nov 2018 11:47:48 -0500 Subject: Re: [f2fs-dev] [PATCH 6/7] f2fs: use IS_VERITY() to check inode's fsverity status To: Chandan Rajendra , , , CC: , References: <20181119052324.31456-1-chandan@linux.vnet.ibm.com> <20181119052324.31456-7-chandan@linux.vnet.ibm.com> From: Chao Yu Message-ID: Date: Mon, 19 Nov 2018 14:25:05 +0800 MIME-Version: 1.0 In-Reply-To: <20181119052324.31456-7-chandan@linux.vnet.ibm.com> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-ext4-owner@vger.kernel.org List-ID: On 2018/11/19 13:23, Chandan Rajendra wrote: > This commit now uses IS_VERITY() macro to check if fsverity is > enabled on an inode. > > Signed-off-by: Chandan Rajendra Acked-by: Chao Yu Thanks,