From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 1/2] vfs: make writeback_in_progress() inline Date: Tue, 6 Dec 2011 04:55:02 -0500 Message-ID: <20111206095502.GA9138@infradead.org> References: <4EDDA9B1.5050000@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: viro , Chris Mason , Ito , Linux Btrfs , Linux Fsdevel To: Miao Xie Return-path: Content-Disposition: inline In-Reply-To: <4EDDA9B1.5050000@cn.fujitsu.com> Sender: linux-btrfs-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Dec 06, 2011 at 01:35:45PM +0800, Miao Xie wrote: > writeback_in_progress() is very simple, and we will use writeback_in_progress() > in the module, so make it inline. Modules don't really have a business looking at this information. I'd prefer to keep it static in fs-writeback.c.