Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28570
b: refs/heads/master
c: d702ccb
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 22, 2006
1 parent ab98958 commit 409d45e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: 0feae5c47aabdde59cbbec32d150e17102de37f0
refs/heads/master: d702ccb342e49f7591df5a87c3857c698183b0fa
9 changes: 5 additions & 4 deletions trunk/fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,13 @@ void d_prune_aliases(struct inode *inode)
}

/*
* Throw away a dentry - free the inode, dput the parent.
* This requires that the LRU list has already been
* removed.
* Throw away a dentry - free the inode, dput the parent. This requires that
* the LRU list has already been removed.
*
* Called with dcache_lock, drops it and then regains.
* Called with dentry->d_lock held, drops it.
*/
static inline void prune_one_dentry(struct dentry * dentry)
static void prune_one_dentry(struct dentry * dentry)
{
struct dentry * parent;

Expand Down

0 comments on commit 409d45e

Please sign in to comment.