Re: [PATCH 6/7] Btrfs: helper for ops that requires full stripe

2017-02-19 Thread Qu Wenruo
At 02/18/2017 09:28 AM, Liu Bo wrote: This adds a helper to show directly whether ops require full stripe. Signed-off-by: Liu Bo Looks good to me. Reviewed-by: Qu Wenruo Thanks, Qu --- fs/btrfs/volumes.c | 18 ++ 1 file

[PATCH 6/7] Btrfs: helper for ops that requires full stripe

2017-02-17 Thread Liu Bo
This adds a helper to show directly whether ops require full stripe. Signed-off-by: Liu Bo --- fs/btrfs/volumes.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index bcd44eb..4a334a9 100644