]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit822561d2a65883f67eb2e6d01d374417b4e5949f
tree824434f5cdc19f20c303c5f2262f2bb7c68bdd45
parent16e03109f0b0fd9ee7505f796e429e346cede511
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