We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d05ee7 commit 8d56716Copy full SHA for 8d56716
fs/gfs2/super.c
@@ -1244,11 +1244,9 @@ static enum dinode_demise evict_should_delete(struct inode *inode,
1244
if (ret)
1245
return SHOULD_NOT_DELETE_DINODE;
1246
1247
- if (test_bit(GLF_INSTANTIATE_NEEDED, &ip->i_gl->gl_flags)) {
1248
- ret = gfs2_instantiate(gh);
1249
- if (ret)
1250
- return SHOULD_NOT_DELETE_DINODE;
1251
- }
+ ret = gfs2_instantiate(gh);
+ if (ret)
+ return SHOULD_NOT_DELETE_DINODE;
1252
1253
/*
1254
* The inode may have been recreated in the meantime.
0 commit comments