From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753851AbbGWSaZ (ORCPT ); Thu, 23 Jul 2015 14:30:25 -0400 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:19936 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752902AbbGWSaX (ORCPT ); Thu, 23 Jul 2015 14:30:23 -0400 Date: Thu, 23 Jul 2015 14:30:07 -0400 From: Chris Mason To: Tejun Heo CC: Jens Axboe , "Theodore Ts'o" , , , Stephen Rothwell , Subject: Re: [PATCH block/for-linus] block: export bio_associate_*() and wbc_account_io() Message-ID: <20150723183007.GA28964@ret.masoncoding.com> Mail-Followup-To: Chris Mason , Tejun Heo , Jens Axboe , Theodore Ts'o , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Stephen Rothwell , kernel-team@fb.com References: <20150723105623.2f8c9548@canb.auug.org.au> <20150723182709.GQ15934@mtj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20150723182709.GQ15934@mtj.duckdns.org> User-Agent: Mutt/1.5.23.1 (2014-03-12) X-Originating-IP: [192.168.52.123] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-07-23_09:2015-07-22,2015-07-23,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 side. -chris