From: yangsheng Date: Fri, 23 Jan 2009 17:39:33 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_150~18 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=490ed0b70ac83948636f61ca6638362ec0a54b3a;p=fs%2Flustre-release.git Branch HEAD b=17464 Fixed previous commit. --- diff --git a/lustre/ptlrpc/pack_generic.c b/lustre/ptlrpc/pack_generic.c index 887781c..fffc9de 100644 --- a/lustre/ptlrpc/pack_generic.c +++ b/lustre/ptlrpc/pack_generic.c @@ -2026,7 +2026,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");