Whamcloud - gitweb
LU-12800 mdd: do not cache atributes on mdd_parent_fid 87/36287/2
authorAndriy Skulysh <c17819@cray.com>
Mon, 5 Aug 2019 15:24:05 +0000 (18:24 +0300)
committerOleg Drokin <green@whamcloud.com>
Wed, 9 Oct 2019 22:35:35 +0000 (22:35 +0000)
commita38c587cbf3be2e9870941601f34e355e6dced2f
tree8823d0640860e0f41ed7330105d1b8f48434f074
parent06408a4ef381121fa58783026a0cf0a6b0fa479c
LU-12800 mdd: do not cache atributes on mdd_parent_fid

mdd_is_parent() brings link xattrs of not locked objects into osp
cache.

Invalidate osp cache built during mdd_is_subdir().

Change-Id: Id9e34af3ff4712af9d4f3ae984e8082448e5fd3f
Cray-bug-id: LUS-7634
Signed-off-by: Andriy Skulysh <c17819@cray.com>
Reviewed-by: Alexander Boyko <c17825@cray.com>
Reviewed-by: Vladimir Saveliev <c17830@cray.com>
Reviewed-on: https://review.whamcloud.com/36287
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Alexandr Boyko <c17825@cray.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/mdd/mdd_dir.c