X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fsync.c;h=7cd005ea76390f385dc85af2c11e8121b6b4dd69;hb=d20ead9e86881bc7ae84e385f47b5196b7d93aac;hp=2f97576355b8828e2b952782860e5af7b3bebea2;hpb=9b6a51746ffe8d619f1097675d2dc5e303470024;p=powerpc.git diff --git a/fs/sync.c b/fs/sync.c index 2f97576355..7cd005ea76 100644 --- a/fs/sync.c +++ b/fs/sync.c @@ -236,6 +236,14 @@ out: return ret; } +/* It would be nice if people remember that not all the world's an i386 + when they introduce new system calls */ +asmlinkage long sys_sync_file_range2(int fd, unsigned int flags, + loff_t offset, loff_t nbytes) +{ + return sys_sync_file_range(fd, offset, nbytes, flags); +} + /* * `endbyte' is inclusive */