Whamcloud - gitweb
LU-4398 llite: do not cache write open lock for exec file 80/36680/3
authorJinshan Xiong <jinshan.xiong@uber.com>
Tue, 1 May 2018 18:35:53 +0000 (11:35 -0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 5 Dec 2019 14:56:45 +0000 (14:56 +0000)
commit07f782635c7b5de59a13371c6d14aa2c4910d257
treee5ac5813bbe747d5423b1015798f883976c6c7bf
parent63ef2f843a2b0d4b9430f98671ad1765330743c8
LU-4398 llite: do not cache write open lock for exec file

This is to avoid the problem that the MDT needs an extra lock
revocation to make the file be able to execute.

Lustre-change: https://review.whamcloud.com/32265
Lustre-commit: 6dd9d57bc006a37731d34409ce43de13c192e0cc

Signed-off-by: Jinshan Xiong <jinshan.xiong@uber.com>
Signed-off-by: Gu Zheng <gzheng@ddn.com>
Change-Id: Ibb42a9a8cb56a9bf48a6e972b72d3d71ed7fbaf5
Reviewed-by: Lai Siyao <lai.siyao@whamcloud.com>
Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/36680
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/llite/file.c
lustre/tests/sanity.sh