Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54723
b: refs/heads/master
c: c007c06
h: refs/heads/master
i:
  54721: 3faa5fd
  54719: 45d1248
v: v3
  • Loading branch information
Stephen Mollett authored and Linus Torvalds committed May 8, 2007
1 parent d45c4aa commit 8e846e2
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: c483bab099cb89e92b7cad94a52fcdaf37e56657
refs/heads/master: c007c06e3cccf6d80de7f97242da1c3146c431b2
2 changes: 1 addition & 1 deletion trunk/fs/udf/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ static int udf_rmdir(struct inode * dir, struct dentry * dentry)
inode->i_nlink);
clear_nlink(inode);
inode->i_size = 0;
inode_dec_link_count(inode);
inode_dec_link_count(dir);
inode->i_ctime = dir->i_ctime = dir->i_mtime = current_fs_time(dir->i_sb);
mark_inode_dirty(dir);

Expand Down

0 comments on commit 8e846e2

Please sign in to comment.