Details
-
Bug
-
Resolution: Fixed
-
Critical
-
Lustre 2.7.0
-
3
-
16796
Description
mdt_finish_open's ACL handling was overlooked in the original implementation, but it also needs to map the ACLs before sending them to the client. The ACL code in mdt_finish_open is identical to the non-nodemapped version of mdt_getattr_internal, so I created a patch that just copies the nodemapped version over. Would it be worthwhile to split this out into its own function?