[RFC][PATCH v4 09/09] btrfs: use common file type conversion

2018-11-21 Thread Phillip Potter
-by: Amir Goldstein Signed-off-by: Phillip Potter --- fs/btrfs/btrfs_inode.h | 2 -- fs/btrfs/delayed-inode.c| 2 +- fs/btrfs/inode.c| 32 +++- include/uapi/linux/btrfs_tree.h | 2 ++ 4 files changed, 18 insertions(+), 20 deletions(-) diff

Re: [RFC][PATCH v3 10/10] btrfs: use common file type conversion

2018-10-31 Thread Phillip Potter
On Tue, Oct 30, 2018 at 08:03:17PM +0100, David Sterba wrote: > On Sat, Oct 27, 2018 at 01:53:48AM +0100, 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 defin

[RFC][PATCH v3 10/10] btrfs: use common file type conversion

2018-10-26 Thread Phillip Potter
-by: Phillip Potter --- fs/btrfs/btrfs_inode.h | 2 -- fs/btrfs/delayed-inode.c| 2 +- fs/btrfs/inode.c| 32 +++- include/uapi/linux/btrfs_tree.h | 2 ++ 4 files changed, 18 insertions(+), 20 deletions(-) diff --git a/fs/btrfs

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

2018-10-24 Thread Phillip Potter
On Wed, Oct 24, 2018 at 12:11:28PM +0200, David Sterba wrote: > On Tue, Oct 23, 2018 at 10:17:28PM +0100, Phillip Potter wrote: > > Deduplicate the btrfs file type conversion implementation. > > The per-filesystem changelogs need a brief explanation why this is done, > like &qu