diff options
Diffstat (limited to 'fs/exofs/inode.c')
-rw-r--r-- | fs/exofs/inode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/exofs/inode.c b/fs/exofs/inode.c index 7e7ba9ada405..390224a162d0 100644 --- a/fs/exofs/inode.c +++ b/fs/exofs/inode.c | |||
@@ -1102,8 +1102,7 @@ static int exofs_get_inode(struct super_block *sb, struct exofs_i_info *oi, | |||
1102 | /* If object is lost on target we might as well enable it's | 1102 | /* If object is lost on target we might as well enable it's |
1103 | * delete. | 1103 | * delete. |
1104 | */ | 1104 | */ |
1105 | if ((ret == -ENOENT) || (ret == -EINVAL)) | 1105 | ret = 0; |
1106 | ret = 0; | ||
1107 | goto out; | 1106 | goto out; |
1108 | } | 1107 | } |
1109 | 1108 | ||