Re: [RFC][PATCH v5 07/09] ext4: use common file type conversion
From: Phillip Potter <phil@philpotter.co.uk>
Date: 2019-01-22 10:00:21
Also in:
linux-fsdevel
From: Phillip Potter <phil@philpotter.co.uk>
Date: 2019-01-22 10:00:21
Also in:
linux-fsdevel
On Mon, Jan 21, 2019 at 03:20:48PM +0100, Jan Kara wrote:
On Mon 21-01-19 00:54:35, Phillip Potter wrote:quoted
Deduplicate the ext4 file type conversion implementation and define EXT4_FT_* to match shared FT_* - 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 <amir73il@gmail.com> Signed-off-by: Phillip Potter <phil@philpotter.co.uk>Looks good to me. You can add: Reviewed-by: Jan Kara <jack@suse.cz> Honza
Dear Jan, Thank you for this, much appreciated. Regards, Phil