Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24209
b: refs/heads/master
c: 28133c7
h: refs/heads/master
i:
  24207: a2a9ef1
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Mar 26, 2006
1 parent 4119dca commit ba31277
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: e827f92355e1eeec2d227d3bd3350d04042a011e
refs/heads/master: 28133c7b2b9bbdf8a8765a319e818c1652f38c1f
2 changes: 1 addition & 1 deletion trunk/fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ struct dentry *d_alloc_name(struct dentry *parent, const char *name)

void d_instantiate(struct dentry *entry, struct inode * inode)
{
if (!list_empty(&entry->d_alias)) BUG();
BUG_ON(!list_empty(&entry->d_alias));
spin_lock(&dcache_lock);
if (inode)
list_add(&entry->d_alias, &inode->i_dentry);
Expand Down

0 comments on commit ba31277

Please sign in to comment.