Whamcloud - gitweb
LU-14693 mdt: skip DLM when opening volatile files 42/43742/2
authorJohn L. Hammond <jhammond@whamcloud.com>
Wed, 28 Apr 2021 18:43:51 +0000 (13:43 -0500)
committerOleg Drokin <green@whamcloud.com>
Wed, 2 Jun 2021 17:49:33 +0000 (17:49 +0000)
commit8c04afb5236f8d130419aa0bf5aaf0f52a2ad297
treed11905bd9ba38f863a30506fb4eb9aa6f8f418a2
parent6b6fde1026311a28595ea43af56392ca6ad24d79
LU-14693 mdt: skip DLM when opening volatile files

In mdt_reint_open(), when opening a volatile file skip taking a
MDS_INODELOCK_UPDATE lock on the parent directory.

Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: I8ee89710f52e8097e1412897de91159702560e4a
Reviewed-on: https://review.whamcloud.com/43742
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Lai Siyao <lai.siyao@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/md_object.h
lustre/mdt/mdt_open.c
lustre/mdt/mdt_reint.c