提交 9db97752 编写于 作者: C 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: NChristoph Hellwig <hch@lst.de>
上级 6955a76f
......@@ -522,7 +522,6 @@ ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t
inc_syscw(current);
return ret;
}
EXPORT_SYMBOL(__kernel_write);
ssize_t kernel_write(struct file *file, const void *buf, size_t count,
loff_t *pos)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册