xfs: global error sign conversion
[deliverable/linux.git] / fs / xfs / xfs_inode_item.c
index a640137b357326de1d4df03ac63b9b918ec92588..de5a7be36e603e5525ac5ba3c49264aa7af6d5d1 100644 (file)
@@ -788,5 +788,5 @@ xfs_inode_item_format_convert(
                in_f->ilf_boffset = in_f64->ilf_boffset;
                return 0;
        }
-       return EFSCORRUPTED;
+       return -EFSCORRUPTED;
 }
This page took 0.04326 seconds and 5 git commands to generate.