diff options
author | 2012-02-14 12:58:56 -0800 | |
---|---|---|
committer | 2012-02-20 12:48:48 -0800 | |
commit | ff88943a1471440cc6be7a11a942a5a8232bee61 (patch) | |
tree | ea424c77da7fab63f66f9005abac3f38bf5f94a2 /fs/compat.c | |
parent | compat: Handle COMPAT_USE_64BIT_TIME in net/socket.c (diff) | |
download | linux-rng-ff88943a1471440cc6be7a11a942a5a8232bee61.tar.xz linux-rng-ff88943a1471440cc6be7a11a942a5a8232bee61.zip |
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>
Diffstat (limited to 'fs/compat.c')
0 files changed, 0 insertions, 0 deletions