From: H.J. Lu Date: Fri, 27 Dec 2013 22:14:24 +0000 (-0800) Subject: uapi: Use __kernel_long_t in struct mq_attr X-Git-Tag: v3.14-rc1~57^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63159f5dcccb3858d88aaef800c4ee0eb4cc8577;p=pandora-kernel.git uapi: Use __kernel_long_t in struct mq_attr Both x32 and x86-64 use the same struct mq_attr for system calls. But x32 long is 32-bit. This patch replaces long with __kernel_long_t in struct mq_attr. Signed-off-by: H.J. Lu Link: http://lkml.kernel.org/r/1388182464-28428-9-git-send-email-hjl.tools@gmail.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed