From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga04-in.huawei.com ([45.249.212.190]:14578 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729194AbeJ2TXO (ORCPT ); Mon, 29 Oct 2018 15:23:14 -0400 Subject: Re: [RFC][PATCH v3 08/10] f2fs: use common file type conversion To: Phillip Potter , CC: , , , References: <20181027005342.GA9982@pathfinder> From: Chao Yu Message-ID: Date: Mon, 29 Oct 2018 18:35:03 +0800 MIME-Version: 1.0 In-Reply-To: <20181027005342.GA9982@pathfinder> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 2018/10/27 8:53, Phillip Potter wrote: > Deduplicate the f2fs file type conversion implementation - file systems > that use the same file types as defined by POSIX do not need to define > their own versions and can use the common helper functions decared in > fs_types.h and implemented in fs_types.c > > Signed-off-by: Amir Goldstein > Signed-off-by: Phillip Potter Acked-by: Chao Yu Thanks,