]> err.no Git - linux-2.6/blobdiff - fs/sync.c
[PATCH] b44: update version to 1.01
[linux-2.6] / fs / sync.c
index 8616006d2094818b8796fe998dc72bc2627f8e96..aab5ffe77e9fd67e3ac9173a4cb9488fd393f074 100644 (file)
--- a/fs/sync.c
+++ b/fs/sync.c
@@ -61,7 +61,7 @@
  * will be available after a crash.
  */
 asmlinkage long sys_sync_file_range(int fd, loff_t offset, loff_t nbytes,
-                                       int flags)
+                                       unsigned int flags)
 {
        int ret;
        struct file *file;
@@ -126,7 +126,7 @@ out:
  * `endbyte' is inclusive
  */
 int do_sync_file_range(struct file *file, loff_t offset, loff_t endbyte,
-                       int flags)
+                       unsigned int flags)
 {
        int ret;
        struct address_space *mapping;