On Tue, Mar 26, 2019 at 09:39:34PM +0000, 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 and implemented in fs_types.c > > Common implementation can be found via commit: > bbe7449e2599 "fs: common implementation of file type" Now that the prerequisite patch is in master, I can pick the btrfs specific part. Thanks.