ext4: fix async i/o writes beyond 4GB to a sparse file
[deliverable/linux.git] / fs / ext4 / extents.c
index 765a4826b118b949a448097d614698d4c7bc4621..c56877972b0e05bb93f90ae992e1b3a4733afb34 100644 (file)
@@ -3603,7 +3603,7 @@ retry:
  * Returns 0 on success.
  */
 int ext4_convert_unwritten_extents(struct inode *inode, loff_t offset,
-                                   loff_t len)
+                                   ssize_t len)
 {
        handle_t *handle;
        ext4_lblk_t block;
This page took 0.026162 seconds and 5 git commands to generate.