commit | 355958f2893d97375da17696d2566dd4ab7b54a8 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Wed Feb 06 00:10:23 2013 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Wed Feb 13 07:28:45 2013 -0800 |
tree | c2090cd25d87d8f537ddd65039819e662ec9e522 | |
parent | 46bbc25f9ff1242cd1c042580aec11ddb5e41369 [diff] |
cifs: Use BUILD_BUG_ON to validate uids and gids are the same size The assumption that sizeof(uid_t) is the same as sizeof(gid_t) is completely reasonable but since we can verify the condition at compile time. Cc: Steve French <smfrench@gmail.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>