Return-Path: Received: from szxga07-in.huawei.com ([45.249.212.35]:39482 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725908AbeKSQrR (ORCPT ); Mon, 19 Nov 2018 11:47:17 -0500 Subject: Re: [PATCH 2/7] f2fs: use IS_ENCRYPTED() to check encryption status To: Chandan Rajendra , , , CC: , References: <20181119052324.31456-1-chandan@linux.vnet.ibm.com> <20181119052324.31456-3-chandan@linux.vnet.ibm.com> From: Chao Yu Message-ID: <6dec5660-46c0-8061-f1a9-618bed182876@huawei.com> Date: Mon, 19 Nov 2018 14:24:31 +0800 MIME-Version: 1.0 In-Reply-To: <20181119052324.31456-3-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 removes the f2fs specific f2fs_encrypted_inode() and makes > use of the generic IS_ENCRYPTED() macro to check for the encryption > status of an inode. > > Signed-off-by: Chandan Rajendra Acked-by: Chao Yu Thanks,