cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_alloc
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 6 Feb 2013 08:21:22 +0000 (00:21 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 13 Feb 2013 15:28:46 +0000 (07:28 -0800)
commit8e3028b908a048ac0b3102504b7daad7b5544846
tree20b37b77dcfa7d10df6d372c77ec85991a898638
parent355958f2893d97375da17696d2566dd4ab7b54a8
cifs: Pass GLOBAL_ROOT_UID and GLOBAL_ROOT_GID to keyring_alloc

keyring_alloc has been updated to take a kuid_t and kgid_t so
pass GLOBAL_ROOT_UID instead of 0 for the uid and GLOBAL_ROOT_GID
instead of 0 for the gid.

Cc: Steve French <smfrench@gmail.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/cifs/cifsacl.c