From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754050AbbGWTgm (ORCPT ); Thu, 23 Jul 2015 15:36:42 -0400 Received: from mail-pd0-f180.google.com ([209.85.192.180]:35199 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753949AbbGWTgk (ORCPT ); Thu, 23 Jul 2015 15:36:40 -0400 Message-ID: <55B14245.10506@kernel.dk> Date: Thu, 23 Jul 2015 13:36:37 -0600 From: Jens Axboe User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Tejun Heo CC: "Theodore Ts'o" , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Stephen Rothwell , Chris Mason , kernel-team@fb.com Subject: Re: [PATCH block/for-linus] block: export bio_associate_*() and wbc_account_io() References: <20150723105623.2f8c9548@canb.auug.org.au> <20150723182709.GQ15934@mtj.duckdns.org> In-Reply-To: <20150723182709.GQ15934@mtj.duckdns.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. > > While this change isn't strictly necessary for 4.2, I think it'd > better to push it through for-linus so that it's there before any > filesystem specific changes are merged. Might as well shove it it, as it'll make the lives of others easier. -- Jens Axboe