]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: modefromsid: write mode ACE first
authorAurelien Aptel <aaptel@suse.com>
Mon, 16 Sep 2019 23:47:27 +0000 (01:47 +0200)
committerSteve French <stfrench@microsoft.com>
Mon, 16 Sep 2019 23:49:11 +0000 (18:49 -0500)
commit6efa403983f8ed7c11e64c4b3b87c677d0555dac
tree77a62d2b69486f485aca235e16d5a764ca4ff2c6
parent0b6a69f5d92d114f1baefdfa7a319c76cc1fd779
cifs: modefromsid: write mode ACE first

DACL should start with mode ACE first but we are putting it at the
end. reorder them to put it first.

Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsacl.c