Whamcloud - gitweb
b=21278 fix linkea definition and unaligned access.
authorEric Mei <Eric.Mei@Sun.COM>
Mon, 8 Feb 2010 23:57:43 +0000 (16:57 -0700)
committerRobert Read <rread@sun.com>
Thu, 11 Feb 2010 00:48:59 +0000 (16:48 -0800)
commit853e132a41e6ee4ef7bac589823b30fafb228db0
treeb9f8e2766efa50a9e92d7a999f231b934e51dd6a
parentdc89b0a99c82f0e9da3a0dad91763d61e3a3a4a9
b=21278 fix linkea definition and unaligned access.

link_ea_entry->lee_reclen should be defined as unsigned char instead
of char which might get sign expansion during conversion.
fix unaligned memory access to link_ea_entry->lee_parent_fid.

i=nathan
i=rahul
lustre/include/lustre/lustre_idl.h
lustre/mdd/mdd_dir.c
lustre/ptlrpc/wiretest.c
lustre/utils/wiretest.c