]> asedeno.scripts.mit.edu Git - linux.git/commit
uapi: fix linux/rds.h userspace compilation errors
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 23 Feb 2017 11:35:23 +0000 (14:35 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Feb 2017 15:55:08 +0000 (10:55 -0500)
commitc12f4d761dd2313ae4f457041df3ec0c603aa76a
tree0d5496ee2d641626fae4bc83a0469b322797b6bb
parentea3ebc73b46fbdb049dafd47543bb22efaa09c8e
uapi: fix linux/rds.h userspace compilation errors

Consistently use types from linux/types.h to fix the following
linux/rds.h userspace compilation errors:

/usr/include/linux/rds.h:198:2: error: unknown type name 'u8'
  u8 rx_traces;
/usr/include/linux/rds.h:199:2: error: unknown type name 'u8'
  u8 rx_trace_pos[RDS_MSG_RX_DGRAM_TRACE_MAX];
/usr/include/linux/rds.h:203:2: error: unknown type name 'u8'
  u8 rx_traces;
/usr/include/linux/rds.h:204:2: error: unknown type name 'u8'
  u8 rx_trace_pos[RDS_MSG_RX_DGRAM_TRACE_MAX];
/usr/include/linux/rds.h:205:2: error: unknown type name 'u64'
  u64 rx_trace[RDS_MSG_RX_DGRAM_TRACE_MAX];

Fixes: 3289025aedc0 ("RDS: add receive message trace used by application")
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/rds.h