diff options
author | Al Viro | 2013-06-19 15:26:04 +0400 |
---|---|---|
committer | Al Viro | 2013-06-29 12:57:34 +0400 |
commit | 68d70d03f8f5bd10a0e7337210b13f536fd4aeb9 (patch) | |
tree | 2d55d3c5286748ce3cf3828f877cdf703c9b1249 /fs/aio.c | |
parent | ee32465249bee53714c0ca7be38da83008f9f8a6 (diff) |
constify rw_verify_area()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/aio.c')
-rw-r--r-- | fs/aio.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ #include <asm/kmap_types.h> #include <asm/uaccess.h> +#include "internal.h" + #define AIO_RING_MAGIC 0xa10a10a1 #define AIO_RING_COMPAT_FEATURES 1 #define AIO_RING_INCOMPAT_FEATURES 0 |