diff --git a/[refs] b/[refs] index 3e2b1fd99367..760a4edd6666 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4651c5900e7a3c84d4b70412f8bbc40c1bcb50cf +refs/heads/master: a4264b3f4049ae7aeeb0017f8158119e22fa354f diff --git a/trunk/fs/udf/namei.c b/trunk/fs/udf/namei.c index a2974f7563a2..2be0f9eb86d2 100644 --- a/trunk/fs/udf/namei.c +++ b/trunk/fs/udf/namei.c @@ -227,10 +227,8 @@ static struct fileIdentDesc *udf_find_entry(struct inode *dir, } if ((cfi->fileCharacteristics & FID_FILE_CHAR_PARENT) && - isdotdot) { - brelse(epos.bh); - return fi; - } + isdotdot) + goto out_ok; if (!lfi) continue;