]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - quota/util.c
xfs_repair: rebuild directory when non-root leafn blocks claim block 0
[thirdparty/xfsprogs-dev.git] / quota / util.c
index c7f64121eb4236d7fcb3e5cb2dc2b9adfb7c0b71..50470aba7b05bc1d2fb40d55bf58e36b950937f6 100644 (file)
@@ -29,7 +29,7 @@ time_to_string(
                timer = origin;
        } else {
                time(&now);
-               timer = MAX(origin - now, 0);
+               timer = max(origin - now, 0);
        }
 
        /*