vfs: Make __vfs_write() static
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 20 Feb 2019 12:50:59 +0000 (13:50 +0100)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 22 Feb 2019 05:30:05 +0000 (00:30 -0500)
commit12e1e7af1a55b9f911025365af4c689b3933c22a
treeddee33e5e12f9bdd2de64d4f1f8f2a16d3b0a79a
parentcc4b1242d7e3b42eed73881fc749944146493e4f
vfs: Make __vfs_write() static

__vfs_write() was unexported, and removed from <linux/fs.h>, but
forgotten to be made static.

Fixes: eb031849d52e61d2 ("fs: unexport __vfs_read/__vfs_write")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/read_write.c