Whamcloud - gitweb
LU-6142 obd: Fix style issues for obd_support.h (2a/3) 20/57820/3
authorArshad Hussain <arshad.hussain@aeoncomputing.com>
Fri, 10 Jan 2025 10:44:31 +0000 (05:44 -0500)
committerOleg Drokin <green@whamcloud.com>
Sun, 2 Feb 2025 06:21:19 +0000 (06:21 +0000)
This patch fixes issues reported by checkpatch
for both files lustre/include/obd_support.h

Test-Parameters: trivial
Signed-off-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Change-Id: Ia13a9c6f66e29450f35e5654a89b4d493d9bd6fb
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57820
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Petros Koutoupis <petros.koutoupis@hpe.com>
lustre/include/obd_support.h

index 71d9591..8cb6bc7 100644 (file)
@@ -246,40 +246,40 @@ extern bool obd_enable_health_write;
 #define OBD_FAIL_MDS_LL_PCCRO           0x176
 
 /* CMD */
-#define OBD_FAIL_MDS_IS_SUBDIR_NET       0x180
-#define OBD_FAIL_MDS_IS_SUBDIR_PACK      0x181
-#define OBD_FAIL_MDS_SET_INFO_NET        0x182
-#define OBD_FAIL_MDS_WRITEPAGE_NET       0x183
-#define OBD_FAIL_MDS_WRITEPAGE_PACK      0x184
-#define OBD_FAIL_MDS_RECOVERY_ACCEPTS_GAPS 0x185
-#define OBD_FAIL_MDS_GET_INFO_NET        0x186
-#define OBD_FAIL_MDS_DQACQ_NET           0x187
-#define OBD_FAIL_MDS_STRIPE_CREATE      0x188
-#define OBD_FAIL_MDS_STRIPE_FID                 0x189
-#define OBD_FAIL_MDS_LINK_RENAME_RACE   0x18a
-#define OBD_FAIL_MDS_HSM_RESTORE_RACE   0x18b
-#define OBD_FAIL_MDS_CHANGELOG_ENOSPC   0x18c
-#define OBD_FAIL_MDS_BATCH_NET          0x18d
-#define OBD_FAIL_MDS_HSM_DATA_VERSION_NET 0x18e
+#define OBD_FAIL_MDS_IS_SUBDIR_NET             0x180
+#define OBD_FAIL_MDS_IS_SUBDIR_PACK            0x181
+#define OBD_FAIL_MDS_SET_INFO_NET              0x182
+#define OBD_FAIL_MDS_WRITEPAGE_NET             0x183
+#define OBD_FAIL_MDS_WRITEPAGE_PACK            0x184
+#define OBD_FAIL_MDS_RECOVERY_ACCEPTS_GAPS     0x185
+#define OBD_FAIL_MDS_GET_INFO_NET              0x186
+#define OBD_FAIL_MDS_DQACQ_NET                 0x187
+#define OBD_FAIL_MDS_STRIPE_CREATE             0x188
+#define OBD_FAIL_MDS_STRIPE_FID                        0x189
+#define OBD_FAIL_MDS_LINK_RENAME_RACE          0x18a
+#define OBD_FAIL_MDS_HSM_RESTORE_RACE          0x18b
+#define OBD_FAIL_MDS_CHANGELOG_ENOSPC          0x18c
+#define OBD_FAIL_MDS_BATCH_NET                 0x18d
+#define OBD_FAIL_MDS_HSM_DATA_VERSION_NET      0x18e
 
 /* OI scrub */
-#define OBD_FAIL_OSD_SCRUB_DELAY                       0x190
-#define OBD_FAIL_OSD_SCRUB_CRASH                       0x191
-#define OBD_FAIL_OSD_SCRUB_FATAL                       0x192
-#define OBD_FAIL_OSD_FID_MAPPING                       0x193
-#define OBD_FAIL_OSD_LMA_INCOMPAT                      0x194
-#define OBD_FAIL_OSD_COMPAT_INVALID_ENTRY              0x195
-#define OBD_FAIL_OSD_COMPAT_NO_ENTRY                   0x196
-#define OBD_FAIL_OSD_OST_EA_FID_SET                    0x197
-#define OBD_FAIL_OSD_NO_OI_ENTRY                       0x198
-#define OBD_FAIL_OSD_INDEX_CRASH                       0x199
-#define OBD_FAIL_OSD_TXN_START                         0x19a
-#define OBD_FAIL_OSD_DUPLICATE_MAP                     0x19b
-#define OBD_FAIL_OSD_REF_DEL                           0x19c
-#define OBD_FAIL_OSD_OI_ENOSPC                         0x19d
-#define OBD_FAIL_OSD_DOTDOT_ENOSPC                     0x19e
-#define OBD_FAIL_OSD_SCRUB_STALE                       0x19f
-#define OBD_FAIL_OSD_FID_REUSE                         0x1a0
+#define OBD_FAIL_OSD_SCRUB_DELAY               0x190
+#define OBD_FAIL_OSD_SCRUB_CRASH               0x191
+#define OBD_FAIL_OSD_SCRUB_FATAL               0x192
+#define OBD_FAIL_OSD_FID_MAPPING               0x193
+#define OBD_FAIL_OSD_LMA_INCOMPAT              0x194
+#define OBD_FAIL_OSD_COMPAT_INVALID_ENTRY      0x195
+#define OBD_FAIL_OSD_COMPAT_NO_ENTRY           0x196
+#define OBD_FAIL_OSD_OST_EA_FID_SET            0x197
+#define OBD_FAIL_OSD_NO_OI_ENTRY               0x198
+#define OBD_FAIL_OSD_INDEX_CRASH               0x199
+#define OBD_FAIL_OSD_TXN_START                 0x19a
+#define OBD_FAIL_OSD_DUPLICATE_MAP             0x19b
+#define OBD_FAIL_OSD_REF_DEL                   0x19c
+#define OBD_FAIL_OSD_OI_ENOSPC                 0x19d
+#define OBD_FAIL_OSD_DOTDOT_ENOSPC             0x19e
+#define OBD_FAIL_OSD_SCRUB_STALE               0x19f
+#define OBD_FAIL_OSD_FID_REUSE                 0x1a0
 
 #define OBD_FAIL_OFD_SET_OID                           0x1e0
 #define OBD_FAIL_OFD_COMMITRW_DELAY                    0x1e1