From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail203.messagelabs.com (mail203.messagelabs.com [216.82.254.243]) by kanga.kvack.org (Postfix) with SMTP id 3E81D6B02F4 for ; Fri, 20 Aug 2010 05:45:33 -0400 (EDT) Date: Fri, 20 Aug 2010 17:45:26 +0800 From: Wu Fengguang Subject: Re: [PATCH 2/4] mm: account_page_writeback added Message-ID: <20100820094525.GB8440@localhost> References: <1282296689-25618-1-git-send-email-mrubin@google.com> <1282296689-25618-3-git-send-email-mrubin@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1282296689-25618-3-git-send-email-mrubin@google.com> Sender: owner-linux-mm@kvack.org To: Michael Rubin Cc: "linux-kernel@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" , "linux-mm@kvack.org" , "jack@suse.cz" , "riel@redhat.com" , "akpm@linux-foundation.org" , "david@fromorbit.com" , "npiggin@kernel.dk" , "hch@lst.de" , "axboe@kernel.dk" List-ID: I'm not sure this should be an inline function, just a reminder. Even with one more inc_zone_page_state() in next patch. > +void account_page_writeback(struct page *page) > +{ > + inc_zone_page_state(page, NR_WRITEBACK); > +} > +EXPORT_SYMBOL(account_page_writeback); -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org