Re: [RFC][PATCH v2 04/10] ext2: use common file type conversion

2018-10-24 Thread Amir Goldstein
On Wed, Oct 24, 2018 at 9:50 AM Amir Goldstein wrote: > > On Tue, Oct 23, 2018 at 11:19 PM Phillip Potter wrote: > > > > Deduplicate the ext2 file type conversion implementation. > > > > Original patch by Amir Goldstein. > > > > v2: > > - Rebased against Linux 4.19 by Phillip Potter > > - This ve

Re: [RFC][PATCH v2 04/10] ext2: use common file type conversion

2018-10-23 Thread Amir Goldstein
On Tue, Oct 23, 2018 at 11:19 PM Phillip Potter wrote: > > Deduplicate the ext2 file type conversion implementation. > > Original patch by Amir Goldstein. > > v2: > - Rebased against Linux 4.19 by Phillip Potter > - This version does not remove EXT2_FT_x enum from fs/ext2/ext2.h, > as these valu

[RFC][PATCH v2 04/10] ext2: use common file type conversion

2018-10-23 Thread Phillip Potter
Deduplicate the ext2 file type conversion implementation. Original patch by Amir Goldstein. v2: - Rebased against Linux 4.19 by Phillip Potter - This version does not remove EXT2_FT_x enum from fs/ext2/ext2.h, as these values are now used in compile-time checks added by Phillip Potter to make

[RFC][PATCH v2 04/10] ext2: use common file type conversion

2018-10-23 Thread Phillip Potter
Deduplicate the ext2 file type conversion implementation. Original patch by Amir Goldstein. v2: - Rebased against Linux 4.19 by Phillip Potter - This version does not remove EXT2_FT_x enum from fs/ext2/ext2.h, as these values are now used in compile-time checks added by Phillip Potter to make