Commit 9db97752 authored by Christoph Hellwig's avatar Christoph Hellwig

fs: unexport __kernel_write

This is a very special interface that skips sb_writes protection, and not
used by modules anymore.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 6955a76f
...@@ -522,7 +522,6 @@ ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t ...@@ -522,7 +522,6 @@ ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t
inc_syscw(current); inc_syscw(current);
return ret; return ret;
} }
EXPORT_SYMBOL(__kernel_write);
ssize_t kernel_write(struct file *file, const void *buf, size_t count, ssize_t kernel_write(struct file *file, const void *buf, size_t count,
loff_t *pos) loff_t *pos)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment