Whamcloud - gitweb
LU-9868 lustre: switch to use of ->d_init() 35/44135/21
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 16 Aug 2021 18:41:22 +0000 (14:41 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 11 Sep 2021 06:19:38 +0000 (06:19 +0000)
commit57569871375dd857a89e5e03524d0eec093fef5d
tree019771a3655ffd91d4a6d07a615f617211d36aa3
parent008795508d65bb40b6ea631c141449866ab7aa67
LU-9868 lustre: switch to use of ->d_init()

Starting with 4.7 kernels the initialization of dentries
is now managed by the VFS layer at allocation time. Any
time a dentry is created by the VFS ll_d_init will be
called.

Linux-commit: 7126bc2e8d60c2a00539bf96b1005f3015be87a5

Change-Id: I02f9b83afd5007658ce88c1010c669d642665d39
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/44135
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Neil Brown <neilb@suse.de>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/autoconf/lustre-core.m4
lustre/llite/dcache.c
lustre/llite/llite_internal.h
lustre/llite/llite_nfs.c
lustre/llite/namei.c
lustre/llite/statahead.c