Re: sendfile(2) not killable on btrfs

2016-01-06 Thread Akihiro Suda
>> However, it is still not killable on btrfs. > >Your bugzilla entry is for the 4.2 kernel in the current Ubuntu, but this >patch was only merged into the mainline for at v4.3-rc6-123-g296291c so unless >it was backported by Canonical it won't be present. > >Could you test with the 4.3 kernel plea

Re: sendfile(2) not killable on btrfs

2016-01-06 Thread Chris Samuel
On Wed, 6 Jan 2016 06:08:46 PM Akihiro Suda wrote: > However, it is still not killable on btrfs. Your bugzilla entry is for the 4.2 kernel in the current Ubuntu, but this patch was only merged into the mainline for at v4.3-rc6-123-g296291c so unless it was backported by Canonical it won't be pr

sendfile(2) not killable on btrfs

2016-01-06 Thread Akihiro Suda
Hi, I have an issue on btrfs, and opened a bugzilla ticket: https://bugzilla.kernel.org/show_bug.cgi?id=110391 = Commit 296291cd should have made sendfile(2) killable. https://github.com/torvalds/linux/commit/296291cd > Currently a simple program below issues a sendfile(2) system call which