diff options
author | NeilBrown <neilb@suse.com> | 2018-02-13 08:30:48 +1100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-02-16 15:15:08 +0100 |
commit | 8016ab9ebbda3dee637ac66b9e0f7a74ef6fe9e6 (patch) | |
tree | 3827c126a856e22729b0f543ea497c5d3624c449 /include/linux | |
parent | 7e08e9a8942dfc38693edf2e389cde620e918356 (diff) | |
download | linux-8016ab9ebbda3dee637ac66b9e0f7a74ef6fe9e6.tar.gz linux-8016ab9ebbda3dee637ac66b9e0f7a74ef6fe9e6.tar.bz2 linux-8016ab9ebbda3dee637ac66b9e0f7a74ef6fe9e6.zip |
staging: lustre: llite: refine ll_find_alias based on d_exact_alias
The task of ll_find_alias() is now very similar to d_exact_alias().
We cannot use that function directly, but we can copy much of
the structure so that the similarities and differences are more
obvious.
Examining d_exact_alias() shows that the d_lock spinlock does not
need to be held in ll_find_alias as much as it currently is.
Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions