From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Subject: Re: [PATCH] vfs: correct comment for fs/fs-writeback.c/move_expired_inodes Date: Tue, 11 Sep 2012 08:31:11 +0800 Message-ID: <20120911003111.GA21134@localhost> References: <504B68EC.50807@gmail.com> <20120910162633.GA29178@quack.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Wang Sheng-Hui , Alexander Viro , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Jan Kara Return-path: Content-Disposition: inline In-Reply-To: <20120910162633.GA29178@quack.suse.cz> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Sep 10, 2012 at 06:26:33PM +0200, Jan Kara wrote: > On Sat 08-09-12 23:49:00, Wang Sheng-Hui wrote: > > The function scans @delaying_queue and stops at the first inode > > whose dirtied_when is after *work->older_than_this. So the expired > > ones being moved are those before *work->older_than_this. Correct > > the comment here. > Fengguang Wu would be a more appropriate for this. Added to CC. BTW the > patch is fine so feel free to add: > > Reviewed-by: Jan Kara Applied. Thank you! Fengguang