Skip to content

Commit

Permalink
fs/dcache: Remove stale comment from dentry_kill()
Browse files Browse the repository at this point in the history
Commit 0d98439 ("vfs: use lockred "dead" flag to mark unrecoverably
dead dentries") removed the `ref' parameter in dentry_kill() but its
documentation remained. Remove it.

Signed-off-by: John Ogness <[email protected]>
Signed-off-by: Al Viro <[email protected]>
  • Loading branch information
jogness authored and Al Viro committed Mar 12, 2018
1 parent 0632a9a commit 06080d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/dcache.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ static void __dentry_kill(struct dentry *dentry)
/*
* Finish off a dentry we've decided to kill.
* dentry->d_lock must be held, returns with it unlocked.
* If ref is non-zero, then decrement the refcount too.
* Returns dentry requiring refcount drop, or NULL if we're done.
*/
static struct dentry *dentry_kill(struct dentry *dentry)
Expand Down

0 comments on commit 06080d1

Please sign in to comment.