]> git.hungrycats.org Git - linux/commit
fs/read_write: Do not export __kernel_write() to the entire world
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 4 Jun 2026 09:52:02 +0000 (11:52 +0200)
committerChristian Brauner <brauner@kernel.org>
Fri, 5 Jun 2026 12:46:20 +0000 (14:46 +0200)
commit1a571226cb82503839c6c284d3c7a172c93f19c4
treeaf42796a10e97e9704b5c13cb22d323448b571fe
parentf1f63c8967be3cdb38fa44da0e2c84fd4d44f67c
fs/read_write: Do not export __kernel_write() to the entire world

Since we have EXPORT_SYMBOL_FOR_MODULES(), we may narrow
the __kernel_write() export to the only which really needs it.
With that being done, update the respective comment.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20260604095233.284067-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
fs/read_write.c