Skip to content
Commit 81238b2c authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

fs: implement kernel_write using __kernel_write



Consolidate the two in-kernel write helpers to make upcoming changes
easier.  The only difference are the missing call to rw_verify_area
in kernel_write, and an access_ok check that doesn't make sense for
kernel buffers to start with.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent a01ac27b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment