From: Al Viro Date: Mon, 22 Mar 2010 23:36:35 +0000 (-0400) Subject: Leave superblocks on s_list until the end X-Git-Tag: v2.6.35-rc1~432^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=551de6f34dfeefbeeadb32909c387d393114ecc8;p=pandora-kernel.git Leave superblocks on s_list until the end We used to remove from s_list and s_instances at the same time. So let's *not* do the former and skip superblocks that have empty s_instances in the loops over s_list. The next step, of course, will be to get rid of rescan logics in those loops. Signed-off-by: Al Viro --- Reading git-diff-tree failed