Skip to content

Commit 9db9775

Browse files
author
Christoph Hellwig
committed
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 <[email protected]>
1 parent 6955a76 commit 9db9775

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/read_write.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t
522522
inc_syscw(current);
523523
return ret;
524524
}
525-
EXPORT_SYMBOL(__kernel_write);
526525

527526
ssize_t kernel_write(struct file *file, const void *buf, size_t count,
528527
loff_t *pos)

0 commit comments

Comments
 (0)