From 87402f83a51a30561a4fa1a1a47b037724266011 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sun, 24 Oct 2010 09:46:50 -0400 Subject: [PATCH] --- yaml --- r: 217789 b: refs/heads/master c: 9dcefee508d547eed88f3c578dc92819bdeaa952 h: refs/heads/master i: 217787: 7a3b32a8aeb1e5d535d71caf3d9d90762d109cbd v: v3 --- [refs] | 2 +- trunk/fs/gfs2/ops_fstype.c | 1 - trunk/fs/gfs2/super.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 7681ffbebb50..80924b4c6cd5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8e3b9a072d071700e83e88b0bf59115c59042885 +refs/heads/master: 9dcefee508d547eed88f3c578dc92819bdeaa952 diff --git a/trunk/fs/gfs2/ops_fstype.c b/trunk/fs/gfs2/ops_fstype.c index aeafc233dc89..cade1acbcea9 100644 --- a/trunk/fs/gfs2/ops_fstype.c +++ b/trunk/fs/gfs2/ops_fstype.c @@ -1219,7 +1219,6 @@ static int fill_super(struct super_block *sb, struct gfs2_args *args, int silent fail_locking: init_locking(sdp, &mount_gh, UNDO); fail_lm: - invalidate_inodes(sb); gfs2_gl_hash_clear(sdp); gfs2_lm_unmount(sdp); fail_sys: diff --git a/trunk/fs/gfs2/super.c b/trunk/fs/gfs2/super.c index 047d1176096c..2b2c4997430b 100644 --- a/trunk/fs/gfs2/super.c +++ b/trunk/fs/gfs2/super.c @@ -857,7 +857,6 @@ static void gfs2_put_super(struct super_block *sb) gfs2_clear_rgrpd(sdp); gfs2_jindex_free(sdp); /* Take apart glock structures and buffer lists */ - invalidate_inodes(sdp->sd_vfs); gfs2_gl_hash_clear(sdp); /* Unmount the locking protocol */ gfs2_lm_unmount(sdp);