linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* getting rid of ->splice_write?
@ 2014-09-22 17:30 Christoph Hellwig
  2014-11-05 18:49 ` Al Viro
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2014-09-22 17:30 UTC (permalink / raw)
  To: Al Viro; +Cc: Miklos Szeredi, linux-fsdevel, netdev

Currently only /dev/null, fusedev and the socket code have a
splice_write implementation that isn't iter_file_splice_write, and
it seems like these three could easily be switched over if they
implemented a ->write_iter.

Similarly it seems to be like we could kill ->splice_read by
implementing an equivalent iteration over ->read_iter.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-06  7:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 17:30 getting rid of ->splice_write? Christoph Hellwig
2014-11-05 18:49 ` Al Viro
2014-11-06  7:55   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).