commit | 5abc97aa25b2c41413b3a520faee83f2282d9f18 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Thu Mar 30 15:16:46 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Mar 30 12:28:18 2006 -0800 |
tree | 4ba13ae0e91f15d02986df7cdca5e9455212d7d4 | |
parent | 5274f052e7b3dbd81935772eb551dfd0325dfa9d [diff] |
[PATCH] splice: add support for SPLICE_F_MOVE flag This enables the caller to migrate pages from one address space page cache to another. In buzz word marketing, you can do zero-copy file copies! Signed-off-by: Jens Axboe <axboe@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>