[PATCH 05/18] btrfs: return whether extent is nocow or not

2019-04-29 Thread Goldwyn Rodrigues
From: Goldwyn Rodrigues We require this to make sure we return type IOMAP_DAX_COW in iomap structure, in the later patches. Signed-off-by: Goldwyn Rodrigues --- fs/btrfs/ctree.h | 2 +- fs/btrfs/inode.c | 9 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git

[PATCH 05/18] btrfs: return whether extent is nocow or not

2019-04-16 Thread Goldwyn Rodrigues
From: Goldwyn Rodrigues We require this to make sure we return type IOMAP_DAX_COW in iomap structure, in the later patches. Signed-off-by: Goldwyn Rodrigues --- fs/btrfs/ctree.h | 2 +- fs/btrfs/inode.c | 9 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git