fs/dcache: Remove stale comment from dentry_kill()
authorJohn Ogness <john.ogness@linutronix.de>
Thu, 22 Feb 2018 23:50:20 +0000 (00:50 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 12 Mar 2018 15:59:13 +0000 (11:59 -0400)
commit06080d100d921848b35196850ec17310469e06ba
treeadcb735defb4c4286aa4ad62219163f3b88b3034
parent0632a9ac7bc0a32f8251a53b3925775f0a7c4da6
fs/dcache: Remove stale comment from dentry_kill()

Commit 0d98439ea3c6 ("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 <john.ogness@linutronix.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c