Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109791
b: refs/heads/master
c: 1558182
h: refs/heads/master
i:
  109789: 47361f1
  109787: fba841e
  109783: e85431e
  109775: bc657af
  109759: b8133a3
v: v3
  • Loading branch information
Eric Sesterhenn authored and Linus Torvalds committed Sep 13, 2008
1 parent 5f9673f commit e404cc2
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: b261dfea48e81636516f4fa653667097638a8a62
refs/heads/master: 1558182f651798164418abf53f76786da0ea4a6f
2 changes: 1 addition & 1 deletion trunk/fs/bfs/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ static int bfs_create(struct inode *dir, struct dentry *dentry, int mode,
inode->i_ino);
if (err) {
inode_dec_link_count(inode);
iput(inode);
mutex_unlock(&info->bfs_lock);
iput(inode);
return err;
}
mutex_unlock(&info->bfs_lock);
Expand Down

0 comments on commit e404cc2

Please sign in to comment.