Whamcloud - gitweb
LU-6024 nodemap: fix ACL handling in mdt_finish_open 62/13062/3
authorKit Westneat <kit.westneat@gmail.com>
Sat, 13 Dec 2014 16:11:53 +0000 (11:11 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 21 Dec 2014 09:36:40 +0000 (09:36 +0000)
commit228946bf41edeb39f5c992ba0781340d5428aa9c
tree2fb70feb58846c87ceaccfad139fb3a5fa32ad77
parent2791d5bb767469458070b1b87b947278779d03d7
LU-6024 nodemap: fix ACL handling in mdt_finish_open

This patch adds ACL mapping code to mdt_finish_open so that clients
get a correctly mapped list. The code is essentially the same as in
mdt_getattr_internal.

Signed-off-by: Kit Westneat <kit.westneat@gmail.com>
Change-Id: I3cf0ba2128ba8c4027359329f423d2327005f082
Reviewed-on: http://review.whamcloud.com/13062
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Reviewed-by: Andrew Perepechko <andrew.perepechko@seagate.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_internal.h
lustre/mdt/mdt_open.c