diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-04-19 20:37:20 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-08-07 20:40:07 +0200 |
commit | ed44724b79d8e03a40665436019cf22baba80d30 (patch) | |
tree | 9062239f57fbffff21bbd81cf28b6dc45081722b /include | |
parent | acct: encode_comp_t(0) is 0, fortunately... (diff) | |
download | linux-ed44724b79d8e03a40665436019cf22baba80d30.tar.xz linux-ed44724b79d8e03a40665436019cf22baba80d30.zip |
acct: switch to __kernel_write()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index e11d60cc867b..4b7d57cf7863 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2335,6 +2335,7 @@ extern int do_pipe_flags(int *, int); extern int kernel_read(struct file *, loff_t, char *, unsigned long); extern ssize_t kernel_write(struct file *, const char *, size_t, loff_t); +extern ssize_t __kernel_write(struct file *, const char *, size_t, loff_t *); extern struct file * open_exec(const char *); /* fs/dcache.c -- generic fs support functions */ |