From 490ed0b70ac83948636f61ca6638362ec0a54b3a Mon Sep 17 00:00:00 2001 From: yangsheng Date: Fri, 23 Jan 2009 17:39:33 +0000 Subject: [PATCH] Branch HEAD b=17464 Fixed previous commit. --- lustre/ptlrpc/pack_generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 1.8.3.1