]> git.baikalelectronics.ru Git - kernel.git/commit
aio: Use __kernel_ulong_t to define aio_context_t
authorH. Peter Anvin <hpa@zytor.com>
Tue, 14 Feb 2012 20:58:56 +0000 (12:58 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 20 Feb 2012 20:48:48 +0000 (12:48 -0800)
commit6936c100068943040a8eab8c9dee44abd3d423d6
treeea424c77da7fab63f66f9005abac3f38bf5f94a2
parent4039a0bdd50bdd509cb0300184fd5d598a17a9e7
aio: Use __kernel_ulong_t to define aio_context_t

Rather than using "unsigned long" which is ABI-dependent, use
__kernel_ulong_t to define the externally visible type aio_context_t.

Note: the change in this form will cause unsigned long/unsigned int
differences on existing ABIs.  If that is unacceptable we may have to
define a new type.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Cc: Benjamin LaHaise <bcrl@kvack.org>
include/linux/aio_abi.h