|
@@ -1038,7 +1038,7 @@ static struct dentry *ext3_lookup(struct inode * dir, struct dentry *dentry, str
|
|
|
return ERR_PTR(-EIO);
|
|
|
}
|
|
|
inode = ext3_iget(dir->i_sb, ino);
|
|
|
- if (unlikely(IS_ERR(inode))) {
|
|
|
+ if (IS_ERR(inode)) {
|
|
|
if (PTR_ERR(inode) == -ESTALE) {
|
|
|
ext3_error(dir->i_sb, __func__,
|
|
|
"deleted inode referenced: %lu",
|