Fix up QA for xfsprogs 2.9.x
[xfstests-dev.git] / 122
diff --git a/122 b/122
index a6787bb189e5401486a4b3d8e74471a22014e5f8..d49ed672105eaa6117655e3557b8408530c4b596 100755 (executable)
--- a/122
+++ b/122
@@ -119,6 +119,7 @@ xfs_inode_t
 xfs_inode_log_item_t
 xfs_log_iovec_t
 xfs_log_callback_t
+xfs_metablock_t
 xfs_mount_t
 xfs_sb_t
 xfs_log_item_t
@@ -151,9 +152,9 @@ cat /usr/include/xfs/xfs*.h | indent |\
 awk '
    /typedef struct xfs_sb/ { structon = 1; next }
    structon && $2 ~ /^sb_/ { sub(/[;,]/,"",$2)
-                             print "printf(\"offsetof(xfs_sb_t,", $2, ") = %d\\n\", offsetof(xfs_sb_t,", $2, "));"; next} 
+                             print "printf(\"offsetof(xfs_sb_t,", $2, ") = %d\\n\", offsetof(xfs_sb_t,", $2, "));"; next}
    structon && /}/ { structon = 0; next}
-'>>$cprog 
+'>>$cprog
 
 echo 'return 0; }' >>$cprog