From: Eric W. Biederman Date: Wed, 6 Feb 2013 08:10:23 +0000 (-0800) Subject: cifs: Use BUILD_BUG_ON to validate uids and gids are the same size X-Git-Tag: v3.9-rc1~85^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=355958f2893d97375da17696d2566dd4ab7b54a8;p=pandora-kernel.git 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 Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed