Re: [PATCH v6 07/07] btrfs: use common file type conversion

2019-03-26 Thread Phillip Potter
On Wed, Mar 27, 2019 at 12:55:39AM +0100, David Sterba wrote: > On Tue, Mar 26, 2019 at 09:39:34PM +, Phillip Potter wrote: > > Deduplicate the btrfs file type conversion implementation - file systems > > that use the same file types as defined by POSIX do not need to define > > their own versi

Re: [PATCH v6 07/07] btrfs: use common file type conversion

2019-03-26 Thread David Sterba
On Tue, Mar 26, 2019 at 09:39:34PM +, Phillip Potter wrote: > Deduplicate the btrfs 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 an

[PATCH v6 07/07] btrfs: use common file type conversion

2019-03-26 Thread Phillip Potter
Deduplicate the btrfs 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 Common implementation can be found via comm