Whamcloud - gitweb
LU-13394 llite: avoid sending OST RPC for project setting 89/38089/2
authorWang Shilong <wshilong@ddn.com>
Fri, 27 Mar 2020 02:05:17 +0000 (10:05 +0800)
committerOleg Drokin <green@whamcloud.com>
Tue, 14 Apr 2020 08:11:02 +0000 (08:11 +0000)
commit6e0bd2e60ee74da8299ea40ae3a5e01d5a53d429
tree3d11bd994a9565e0f351196ce58dbfaaa6525628
parent20553c985a518ebc1d5da2a1ddf44c4eec3db044
LU-13394 llite: avoid sending OST RPC for project setting

LL_IOC_FSSETXATTR ioctl could be used to handle inode flags
setting, currently it is mainly used to hanlde project ID changing.

The only flags for project is inherit flag, there is no need
to send this to OST, so we could avoid this kind of RPC to OSS.

Change-Id: Ief97959216be807d5efe936eba368d5262a521b0
Signed-off-by: Wang Shilong <wshilong@ddn.com>
Reviewed-on: https://review.whamcloud.com/38089
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Li Xi <lixi@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/llite/file.c