diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-24 15:46:50 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-26 03:23:01 +0200 |
commit | 9dcefee508d547eed88f3c578dc92819bdeaa952 (patch) | |
tree | 7d63df92ba654ee4a9840099156588472ec1044d /fs/ioctl.c | |
parent | ext2_remount: don't bother with invalidate_inodes() (diff) | |
download | linux-9dcefee508d547eed88f3c578dc92819bdeaa952.tar.xz linux-9dcefee508d547eed88f3c578dc92819bdeaa952.zip |
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>
Diffstat (limited to 'fs/ioctl.c')
0 files changed, 0 insertions, 0 deletions