Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73297
b: refs/heads/master
c: 9f70968
h: refs/heads/master
i:
  73295: ec2a504
v: v3
  • Loading branch information
Mark Fasheh committed Nov 6, 2007
1 parent 55f21b8 commit e00bae7
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: 019d1b2247c6898589560c6f3b3e7ec280b0010a
refs/heads/master: 9f70968af3e6e21612e06e153aa71c62dee5a09b
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@ int ocfs2_dentry_attach_lock(struct dentry *dentry,
static void ocfs2_drop_dentry_lock(struct ocfs2_super *osb,
struct ocfs2_dentry_lock *dl)
{
iput(dl->dl_inode);
ocfs2_simple_drop_lockres(osb, &dl->dl_lockres);
ocfs2_lock_res_free(&dl->dl_lockres);
iput(dl->dl_inode);
kfree(dl);
}

Expand Down

0 comments on commit e00bae7

Please sign in to comment.