]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
fs: unexport vfs_read and vfs_write
authorChristoph Hellwig <hch@lst.de>
Fri, 1 Sep 2017 15:39:24 +0000 (17:39 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Sep 2017 23:05:16 +0000 (19:05 -0400)
commitbd8df82be66698042d11e7919e244c8d72b042ca
treeaa1afd95527c513a618791524aeefd51d10674af
parenteb031849d52e61d24ba54e9d27553189ff328174
fs: unexport vfs_read and vfs_write

No modular users left.  Given that they take user pointers there is no
good reason to export it to drivers to start with.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/read_write.c