diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-06-19 15:26:04 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-06-29 12:57:34 +0400 |
commit | 68d70d03f8f5bd10a0e7337210b13f536fd4aeb9 (patch) | |
tree | 2d55d3c5286748ce3cf3828f877cdf703c9b1249 /fs/internal.h | |
parent | ee32465249bee53714c0ca7be38da83008f9f8a6 (diff) |
constify rw_verify_area()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h index f6ad34362823..7c5f01cf619d 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -131,6 +131,7 @@ extern struct dentry *__d_alloc(struct super_block *, const struct qstr *); * read_write.c */ extern ssize_t __kernel_write(struct file *, const char *, size_t, loff_t *); +extern int rw_verify_area(int, struct file *, const loff_t *, size_t); /* * splice.c |