From: Eric W. Biederman Date: Wed, 6 Feb 2013 08:57:56 +0000 (-0800) Subject: cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t X-Git-Tag: v3.9-rc1~85^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49418b2c28c901294f8b36ff14c766c9458c3623;p=pandora-kernel.git cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t Use INVALID_UID and INVALID_GID instead of NO_CHANGE_64 to indicate the value should not be changed. In cifs_fill_unix_set_info convert from kuids and kgids into uids and gids that will fit in FILE_UNIX_BASIC_INFO. Cc: Steve French Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed