Re: [PATCH] Btrfs: fix leaking of ordered extents after direct IO write error

2015-12-09 Thread kbuild test robot
Hi Filipe, [auto build test ERROR on v4.4-rc4] [also build test ERROR on next-20151208] [cannot apply to btrfs/next] url: https://github.com/0day-ci/linux/commits/fdmanana-kernel-org/Btrfs-fix-leaking-of-ordered-extents-after-direct-IO-write-error/20151209-182927 config:

[PATCH] Btrfs: fix leaking of ordered extents after direct IO write error

2015-12-09 Thread fdmanana
From: Filipe Manana When doing a direct IO write, __blockdev_direct_IO() can call the btrfs_get_blocks_direct() callback one or more times before it calls the btrfs_submit_direct() callback. However it can fail after calling the first callback and before calling the second

Re: [PATCH] Btrfs: fix leaking of ordered extents after direct IO write error

2015-12-09 Thread Filipe Manana
On Wed, Dec 9, 2015 at 10:41 AM, kbuild test robot wrote: > Hi Filipe, > > [auto build test ERROR on v4.4-rc4] > [also build test ERROR on next-20151208] > [cannot apply to btrfs/next] > > url: >