From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: Re: [PATCH 3/6] VM: Split out the accounting of unstable writes from BDI_RECLAIMABLE Date: Thu, 7 Jan 2010 09:48:15 +0800 Message-ID: <20100107014815.GA9475@localhost> References: <20100106205110.22547.85345.stgit@localhost.localdomain> <20100106205110.22547.93554.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Peter Zijlstra , Jan Kara , Steve Rago , "linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "jens.axboe" , Peter Staubach , Arjan van de Ven , Ingo Molnar , "linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" To: Trond Myklebust Return-path: Content-Disposition: inline In-Reply-To: <20100106205110.22547.93554.stgit-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org> Sender: linux-nfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-fsdevel.vger.kernel.org > seq_printf(m, > "BdiWriteback: %8lu kB\n" > - "BdiReclaimable: %8lu kB\n" > + "BdiDirty: %8lu kB\n" > + "BdiUnstable: %8lu kB\n" > "BdiDirtyThresh: %8lu kB\n" > "DirtyThresh: %8lu kB\n" > "BackgroundThresh: %8lu kB\n" This also reduces one synthetic concept ;) Thanks! Reviewed-by: Wu Fengguang -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html