hostfs: support splice_write
authorJohannes Berg <johannes.berg@intel.com>
Tue, 6 Jul 2021 21:12:42 +0000 (23:12 +0200)
committerRichard Weinberger <richard@nod.at>
Thu, 26 Aug 2021 20:28:02 +0000 (22:28 +0200)
commit1568cb0e6d97f233a5a3e37c27677bb6a0d44b4d
tree824434f5cdc19f20c303c5f2262f2bb7c68bdd45
parent7ad28e0df7ee9dbcb793bb88dd81d4d22bb9a10e
hostfs: support splice_write

There's really no good reason not to, and e.g. trace-cmd
currently requires it for the temporary per-CPU files.
Hook up splice_write just like everyone else does.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/hostfs/hostfs_kern.c