]> git.neil.brown.name Git - history.git/commit
Allow non-LFS sendfile to work on LFS files.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 18 Apr 2004 03:51:30 +0000 (20:51 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 18 Apr 2004 03:51:30 +0000 (20:51 -0700)
commitf5e277c5d5c6efcdde203d83ea8689d7e49f6576
treea18673ebb1903137fbbf3ec4a0d3c801abe21766
parenta9eb9eb7415c26c71a25a73bd0c734f397c8c021
Allow non-LFS sendfile to work on LFS files.

But obviously only if we're not passing in any offset pointer.

This is how 2.4.x worked, and vsftpd relies on it.

Bug reported by Chris < chris@scary.beasts.org>
fs/read_write.c