From: Al Viro Date: Sun, 24 Oct 2010 13:46:50 +0000 (-0400) Subject: gfs2: invalidate_inodes() is no-op there X-Git-Tag: v2.6.37-rc1~94^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dcefee508d547eed88f3c578dc92819bdeaa952;p=pandora-kernel.git gfs2: invalidate_inodes() is no-op there In fill_super() we hadn't MS_ACTIVE set yet, so there won't be any inodes with zero i_count sitting around. In put_super() we already have MS_ACTIVE removed *and* we had called invalidate_inodes() since then. So again there won't be any inodes with zero i_count... Signed-off-by: Al Viro --- Reading git-diff-tree failed