Re: [PATCH] btrfs: make file clone aware of fatal signals

2016-10-17 Thread David Sterba
On Thu, Oct 13, 2016 at 09:23:39AM +0800, Wang Xiaoguang wrote: > Indeed this just make the behavior similar to xfs when process has > fatal signals pending, and it'll make fstests/generic/298 happy. > > Signed-off-by: Wang Xiaoguang Reviewed-by: David Sterba

[PATCH] btrfs: make file clone aware of fatal signals

2016-10-12 Thread Wang Xiaoguang
Indeed this just make the behavior similar to xfs when process has fatal signals pending, and it'll make fstests/generic/298 happy. Signed-off-by: Wang Xiaoguang --- fs/btrfs/ioctl.c | 5 + 1 file changed, 5 insertions(+) diff --git a/fs/btrfs/ioctl.c