Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19683
b: refs/heads/master
c: db9a369
h: refs/heads/master
i:
  19681: 67fe112
  19679: ef2c509
v: v3
  • Loading branch information
Jayachandran C authored and Linus Torvalds committed Feb 3, 2006
1 parent d7fc0ce commit 74de459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 99603966f5b44693901ea68cef2c1c21ce6a49c3
refs/heads/master: db9a369ec172c8251dbc6f7bf6bf13f6c5b6e7f5
4 changes: 2 additions & 2 deletions trunk/fs/udf/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ static struct dentry *
udf_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd)
{
struct inode *inode = NULL;
struct fileIdentDesc cfi, *fi;
struct fileIdentDesc cfi;
struct udf_fileident_bh fibh;

if (dentry->d_name.len > UDF_NAME_LEN-2)
Expand All @@ -318,7 +318,7 @@ udf_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd)
else
#endif /* UDF_RECOVERY */

if ((fi = udf_find_entry(dir, dentry, &fibh, &cfi)))
if (udf_find_entry(dir, dentry, &fibh, &cfi))
{
if (fibh.sbh != fibh.ebh)
udf_release_data(fibh.ebh);
Expand Down

0 comments on commit 74de459

Please sign in to comment.