commit | 054560e961a0ee4067fccfcfa943335e1aa48928 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Sun Feb 21 09:25:32 2021 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Feb 21 09:25:32 2021 -0800 |
tree | 4b2c7f8eeb6f1631bb3c8ff352abf18a77ee28ef | |
parent | 55f62bc873477dae2c45bbbc30b86cf3e0982f3b [diff] | |
parent | b964bf53e540262f2d12672b3cca10842c0172e7 [diff] |
Merge branch 'work.sendfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs Pull sendfile updates from Al Viro: "Make sendfile() to pipe destination do the right thing, should make 'fs/pipe: allow sendfile() to pipe again' redundant" * 'work.sendfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: teach sendfile(2) to handle send-to-pipe directly take the guts of file-to-pipe splice into a helper function do_splice_to(): move the logics for limiting the read length in