|
@@ -1036,7 +1036,7 @@ static struct dentry *ext4_lookup(struct inode *dir, struct dentry *dentry, stru
|
|
return ERR_PTR(-EIO);
|
|
return ERR_PTR(-EIO);
|
|
}
|
|
}
|
|
inode = ext4_iget(dir->i_sb, ino);
|
|
inode = ext4_iget(dir->i_sb, ino);
|
|
- if (unlikely(IS_ERR(inode))) {
|
|
|
|
|
|
+ if (IS_ERR(inode)) {
|
|
if (PTR_ERR(inode) == -ESTALE) {
|
|
if (PTR_ERR(inode) == -ESTALE) {
|
|
EXT4_ERROR_INODE(dir,
|
|
EXT4_ERROR_INODE(dir,
|
|
"deleted inode referenced: %u",
|
|
"deleted inode referenced: %u",
|