diff options
Diffstat (limited to 'fs/udf')
-rw-r--r-- | fs/udf/namei.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/udf/namei.c b/fs/udf/namei.c index a2974f7563a2..2be0f9eb86d2 100644 --- a/fs/udf/namei.c +++ b/fs/udf/namei.c | |||
@@ -227,10 +227,8 @@ static struct fileIdentDesc *udf_find_entry(struct inode *dir, | |||
227 | } | 227 | } |
228 | 228 | ||
229 | if ((cfi->fileCharacteristics & FID_FILE_CHAR_PARENT) && | 229 | if ((cfi->fileCharacteristics & FID_FILE_CHAR_PARENT) && |
230 | isdotdot) { | 230 | isdotdot) |
231 | brelse(epos.bh); | 231 | goto out_ok; |
232 | return fi; | ||
233 | } | ||
234 | 232 | ||
235 | if (!lfi) | 233 | if (!lfi) |
236 | continue; | 234 | continue; |