diff options
Diffstat (limited to 'fs/gfs2/inode.c')
| -rw-r--r-- | fs/gfs2/inode.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c index 8833a4f264e3..62b484e4a9e4 100644 --- a/fs/gfs2/inode.c +++ b/fs/gfs2/inode.c @@ -189,6 +189,7 @@ struct inode *gfs2_inode_lookup(struct super_block *sb, unsigned int type,  	return inode;  fail_refresh: +	ip->i_iopen_gh.gh_flags |= GL_NOCACHE;  	ip->i_iopen_gh.gh_gl->gl_object = NULL;  	gfs2_glock_dq_uninit(&ip->i_iopen_gh);  fail_iopen:  |