mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
fs: unexport __kernel_write
This is a very special interface that skips sb_writes protection, and not used by modules anymore. Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
6955a76fbc
commit
9db9775224
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue