commit | f1233ab2cebb22a98df55de206a33a6693e3a78b | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Apr 18 12:35:19 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Apr 18 10:39:20 2006 -0700 |
tree | 0f5a5dd65e8e91273f1118d3d54d3517964768a3 | |
parent | 6fa679fdea22cd96287d4aa11ee771bcd46c6dfb [diff] |
[PATCH] x86_64: Add tee and sync_file_range tee was already there for some reason for native 64bit, but sys_sync_file_range was missing. Also add it to the compat layer. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>