s390/mm,ptdump: convert to generic page table dumper
[linux-2.6-microblaze.git] / fs / dax.c
index 3e0babe..95341af 100644 (file)
--- a/fs/dax.c
+++ b/fs/dax.c
@@ -488,7 +488,7 @@ retry:
                if (dax_is_conflict(entry))
                        goto fallback;
                if (!xa_is_value(entry)) {
-                       xas_set_err(xas, EIO);
+                       xas_set_err(xas, -EIO);
                        goto out_unlock;
                }