[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140922173053.GA13109@infradead.org>
Date: Mon, 22 Sep 2014 10:30:53 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Al Viro <viro@...iv.linux.org.uk>
Cc: Miklos Szeredi <miklos@...redi.hu>, linux-fsdevel@...r.kernel.org,
netdev@...r.kernel.org
Subject: getting rid of ->splice_write?
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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists