From 451253258740f8bc9e75fe7104d31f12c522fabd Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Sun, 12 Dec 2010 23:18:15 +0100 Subject: [PATCH] --- yaml --- r: 229155 b: refs/heads/master c: a4264b3f4049ae7aeeb0017f8158119e22fa354f h: refs/heads/master i: 229153: 2eaf7a72166cf2d80c284a7db433a6fd09c1d976 229151: 130949d764c377852be9323de8a0b21694326f4c v: v3 --- [refs] | 2 +- trunk/fs/udf/namei.c | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) 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;