From: kalpak Date: Fri, 22 Aug 2008 12:26:14 +0000 (+0000) Subject: b=10555 X-Git-Tag: v1_7_110~68 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=0a119229228954c70fffe3022d173a238031ce85;p=fs%2Flustre-release.git b=10555 i=nikita use lowercase field names for req_msg_field::rmf_name --- diff --git a/lustre/ptlrpc/layout.c b/lustre/ptlrpc/layout.c index 6e8af2e..e0e11b0 100644 --- a/lustre/ptlrpc/layout.c +++ b/lustre/ptlrpc/layout.c @@ -822,12 +822,12 @@ const struct req_msg_field RMF_OBD_ID = EXPORT_SYMBOL(RMF_OBD_ID); const struct req_msg_field RMF_FIEMAP_KEY = - DEFINE_MSGF("FIEMAP", 0, sizeof(struct ll_fiemap_info_key), + DEFINE_MSGF("fiemap", 0, sizeof(struct ll_fiemap_info_key), lustre_swab_fiemap); EXPORT_SYMBOL(RMF_FIEMAP_KEY); const struct req_msg_field RMF_FIEMAP_VAL = - DEFINE_MSGF("FIEMAP", 0, -1, lustre_swab_fiemap); + DEFINE_MSGF("fiemap", 0, -1, lustre_swab_fiemap); EXPORT_SYMBOL(RMF_FIEMAP_VAL); /*