commit | 9593265531fa66177a0547e63abd99907ec0a687 | [log] [tgz] |
---|---|---|
author | Steve French <smfrench@gmail.com> | Fri Sep 23 01:36:34 2016 -0500 |
committer | Steve French <smfrench@gmail.com> | Fri Oct 14 14:22:01 2016 -0500 |
tree | 81350498ef2188029c0555163b60899ee029e372 | |
parent | de74025052ef63852d80a444ea19f2bdd7bec63f [diff] |
CIFS: Add new mount option to set owner uid and gid from special sids in acl Add "idsfromsid" mount option to indicate to cifs.ko that it should try to retrieve the uid and gid owner fields from special sids in the ACL if present. This first patch just adds the parsing for the mount option. Signed-off-by: Steve French <steve.french@primarydata.com> Reviewed-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>