]> bbs.cooldavid.org Git - net-next-2.6.git/commit
gfs2: invalidate_inodes() is no-op there
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Oct 2010 13:46:50 +0000 (09:46 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:23:01 +0000 (21:23 -0400)
commit9dcefee508d547eed88f3c578dc92819bdeaa952
tree7d63df92ba654ee4a9840099156588472ec1044d
parent8e3b9a072d071700e83e88b0bf59115c59042885
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 <viro@zeniv.linux.org.uk>
fs/gfs2/ops_fstype.c
fs/gfs2/super.c