]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - scrub/inodes.c
scrub: remove xfs_ prefixes from various function
[thirdparty/xfsprogs-dev.git] / scrub / inodes.c
index 099489d83778dd05a189e582672c69e6bbf4fb8d..5ef752fe39d3386e54781b96b3a55313213ac146 100644 (file)
@@ -193,7 +193,7 @@ _("Changed too many times during scan; giving up."));
                        default:
                                goto err;
                        }
-                       if (xfs_scrub_excessive_errors(ctx)) {
+                       if (scrub_excessive_errors(ctx)) {
                                si->aborted = true;
                                goto out;
                        }