commit | c1d0c1a2b51e86124b7ba8ff9054698e2036d8e7 | [log] [tgz] |
---|---|---|
author | John Ogness <john.ogness@linutronix.de> | Fri Feb 23 00:50:21 2018 +0100 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 12 11:59:13 2018 -0400 |
tree | 72e83696cc87bedb6c65a0315fd3c1c62ebd29e8 | |
parent | 06080d100d921848b35196850ec17310469e06ba [diff] |
fs/dcache: Move dentry_kill() below lock_parent() A subsequent patch will modify dentry_kill() to call lock_parent(). Move the dentry_kill() implementation "as is" below lock_parent() first. This will help simplify the review of the subsequent patch with dentry_kill() changes. Signed-off-by: John Ogness <john.ogness@linutronix.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>