From: Wang Sheng-Hui Date: Tue, 11 Sep 2012 00:28:18 +0000 (+0800) Subject: writeback: correct comment for move_expired_inodes() X-Git-Tag: v3.7-rc1~44^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e2f2b23672055e1301c11509d5b8eda7b718d8e;p=pandora-kernel.git writeback: correct comment for move_expired_inodes() 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. Reviewed-by: Jan Kara Signed-off-by: Wang Sheng-Hui --- Reading git-diff-tree failed