From: yangsheng Date: Fri, 23 Jan 2009 17:38:19 +0000 (+0000) Subject: Branch b1_8 X-Git-Tag: v1_8_0_110~305 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=fb86d0c38e6d7e6811aad7c188dad69fb8157cc7;p=fs%2Flustre-release.git Branch b1_8 b=17464 Fixed previous commit. --- diff --git a/lustre/ptlrpc/pack_generic.c b/lustre/ptlrpc/pack_generic.c index 10a4dd1..f89fb41 100644 --- a/lustre/ptlrpc/pack_generic.c +++ b/lustre/ptlrpc/pack_generic.c @@ -2302,7 +2302,7 @@ void lustre_swab_lov_user_md_v3(struct lov_user_md_v3 *lum) EXIT; } -void lustre_swab_mds_md(struct lov_mds_md *lmm) +void lustre_swab_lov_mds_md(struct lov_mds_md *lmm) { ENTRY; CDEBUG(D_IOCTL, "swabbing lov_mds_md\n");