X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_swab.h;h=5c9690635ecd056ccac129956237465052a9b784;hb=840274b5c5e95e44a5ffedd08ebb4727bc39a845;hp=2e9d9f5cdbb997f8c2f620d6bf2fda21cc63aefe;hpb=3049ba6ba1241770adeeeffbdfb6fef82bbf0b92;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_swab.h b/lustre/include/lustre_swab.h index 2e9d9f5..5c96906 100644 --- a/lustre/include/lustre_swab.h +++ b/lustre/include/lustre_swab.h @@ -120,6 +120,10 @@ void lustre_swab_hsm_progress_kernel(struct hsm_progress_kernel *hpk); void lustre_swab_hsm_user_state(struct hsm_user_state *hus); void lustre_swab_hsm_user_item(struct hsm_user_item *hui); void lustre_swab_hsm_request(struct hsm_request *hr); +void lustre_swab_batch_update_request(struct batch_update_request *bur); +void lustre_swab_but_update_header(struct but_update_header *buh); +void lustre_swab_but_update_buffer(struct but_update_buffer *bub); +void lustre_swab_batch_update_reply(struct batch_update_reply *bur); void lustre_swab_swap_layouts(struct mdc_swap_layouts *msl); void lustre_swab_close_data(struct close_data *data); void lustre_swab_close_data_resync_done(struct close_data_resync_done *resync);