Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117490
b: refs/heads/master
c: fd217f4
h: refs/heads/master
v: v3
  • Loading branch information
Arjan van de Ven authored and Al Viro committed Oct 23, 2008
1 parent 10568d4 commit fd1692c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 08b9fe6b12d32324f311c46b88102b6b9067d434
refs/heads/master: fd217f4d70172c526478f2bc76859e909fdfa674
1 change: 1 addition & 0 deletions trunk/fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ struct dentry_stat_t dentry_stat = {

static void __d_free(struct dentry *dentry)
{
WARN_ON(!list_empty(&dentry->d_alias));
if (dname_external(dentry))
kfree(dentry->d_name.name);
kmem_cache_free(dentry_cache, dentry);
Expand Down

0 comments on commit fd1692c

Please sign in to comment.