Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229155
b: refs/heads/master
c: a4264b3
h: refs/heads/master
i:
  229153: 2eaf7a7
  229151: 130949d
v: v3
  • Loading branch information
Jesper Juhl authored and Jan Kara committed Jan 6, 2011
1 parent 5311b4d commit 4512532
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4651c5900e7a3c84d4b70412f8bbc40c1bcb50cf
refs/heads/master: a4264b3f4049ae7aeeb0017f8158119e22fa354f
6 changes: 2 additions & 4 deletions trunk/fs/udf/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4512532

Please sign in to comment.