X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fsync.c;h=7cd005ea76390f385dc85af2c11e8121b6b4dd69;hb=eebd2aa355692afaf9906f62118620f1a1c19dbb;hp=2f97576355b8828e2b952782860e5af7b3bebea2;hpb=393bfca19ecdce60a8d9a4d2577cac11ca924a25;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 */