Re: [PATCH block/for-linus] block: export bio_associate_*() and wbc_account_io()

2015-07-23 Thread Jens Axboe
On 07/23/2015 12:27 PM, Tejun Heo wrote: bio_associate_blkcg(), bio_associate_current() and wbc_account_io() are used to implement cgroup writeback support for filesystems and thus need to be exported. Export them. Signed-off-by: Tejun Heo Reported-by: Stephen Rothwell --- Hello, Jens.

Re: [PATCH block/for-linus] block: export bio_associate_*() and wbc_account_io()

2015-07-23 Thread Chris Mason
On Thu, Jul 23, 2015 at 02:27:09PM -0400, Tejun Heo wrote: > bio_associate_blkcg(), bio_associate_current() and wbc_account_io() > are used to implement cgroup writeback support for filesystems and > thus need to be exported. Export them. Thanks, these were the only three I needed on the btrfs

[PATCH block/for-linus] block: export bio_associate_*() and wbc_account_io()

2015-07-23 Thread Tejun Heo
bio_associate_blkcg(), bio_associate_current() and wbc_account_io() are used to implement cgroup writeback support for filesystems and thus need to be exported. Export them. Signed-off-by: Tejun Heo Reported-by: Stephen Rothwell --- Hello, Jens. While this change isn't strictly necessary for

Re: [PATCH block/for-linus] block: export bio_associate_*() and wbc_account_io()

2015-07-23 Thread Jens Axboe
On 07/23/2015 12:27 PM, Tejun Heo wrote: bio_associate_blkcg(), bio_associate_current() and wbc_account_io() are used to implement cgroup writeback support for filesystems and thus need to be exported. Export them. Signed-off-by: Tejun Heo t...@kernel.org Reported-by: Stephen Rothwell

[PATCH block/for-linus] block: export bio_associate_*() and wbc_account_io()

2015-07-23 Thread Tejun Heo
bio_associate_blkcg(), bio_associate_current() and wbc_account_io() are used to implement cgroup writeback support for filesystems and thus need to be exported. Export them. Signed-off-by: Tejun Heo t...@kernel.org Reported-by: Stephen Rothwell s...@canb.auug.org.au --- Hello, Jens. While this

Re: [PATCH block/for-linus] block: export bio_associate_*() and wbc_account_io()

2015-07-23 Thread Chris Mason
On Thu, Jul 23, 2015 at 02:27:09PM -0400, Tejun Heo wrote: bio_associate_blkcg(), bio_associate_current() and wbc_account_io() are used to implement cgroup writeback support for filesystems and thus need to be exported. Export them. Thanks, these were the only three I needed on the btrfs