From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751865Ab1IZHah (ORCPT ); Mon, 26 Sep 2011 03:30:37 -0400 Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:42507 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751755Ab1IZHad (ORCPT ); Mon, 26 Sep 2011 03:30:33 -0400 Date: Mon, 26 Sep 2011 03:30:25 -0400 From: Christoph Hellwig To: Shaohua Li Cc: Jens Axboe , Andrew Morton , Christoph Hellwig , lkml Subject: Re: [patch]mm: add more blk plug Message-ID: <20110926073025.GB21079@infradead.org> References: <1317004226.29510.172.camel@sli10-conroe> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1317004226.29510.172.camel@sli10-conroe> User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 26, 2011 at 10:30:26AM +0800, Shaohua Li wrote: > Some filesystems implement .writepages. We don't have blk plug > in such filesystems for .writepages. Please add the plugging in the actual ->writepages instances.