Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84748
b: refs/heads/master
c: 7f3fbd0
h: refs/heads/master
v: v3
  • Loading branch information
Marcin Slusarz authored and Linus Torvalds committed Feb 8, 2008
1 parent b173886 commit ea1720b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 1ed161718a8f763130e6e349f2bbb1b764e6c5b3
refs/heads/master: 7f3fbd08976f1d2562d6174d5fe4c85d12bb7d54
2 changes: 1 addition & 1 deletion trunk/fs/udf/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ static int udf_rename(struct inode *old_dir, struct dentry *old_dentry,
}
}
if (S_ISDIR(old_inode->i_mode)) {
uint32_t offset = udf_ext0_offset(old_inode);
int offset = udf_ext0_offset(old_inode);

if (new_inode) {
retval = -ENOTEMPTY;
Expand Down

0 comments on commit ea1720b

Please sign in to comment.