]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfs_scrub: fix typo in unicrash header file
authorEric Sandeen <sandeen@redhat.com>
Thu, 18 Apr 2019 18:19:39 +0000 (13:19 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 18 Apr 2019 18:19:39 +0000 (13:19 -0500)
The no-op #definintion was missing 'fs_' so remained undefined
in the #else case.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Bill O'Donnell <billodo@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
scrub/unicrash.h

index 85fcabc6f44d14f358cd8536e8d3b313c3b960e2..fb8f5f72405dd0bae70c264e8f16d4cca01eaacd 100644 (file)
@@ -28,7 +28,7 @@ bool unicrash_check_fs_label(struct unicrash *uc, const char *descr,
 #else
 # define unicrash_dir_init(u, c, b)            (true)
 # define unicrash_xattr_init(u, c, b)          (true)
-# define unicrash_label_init(u, c)             (true)
+# define unicrash_fs_label_init(u, c)          (true)
 # define unicrash_free(u)                      do {(u) = (u);} while (0)
 # define unicrash_check_dir_name(u, d, n)      (true)
 # define unicrash_check_xattr_name(u, d, n)    (true)