Whamcloud - gitweb
Branch b1_6
authorbobijam <bobijam>
Thu, 25 Oct 2007 02:14:38 +0000 (02:14 +0000)
committerbobijam <bobijam>
Thu, 25 Oct 2007 02:14:38 +0000 (02:14 +0000)
commit0226fca9561f4e753c437356398caf38350868b5
tree65897959dfbd7a44f9e3d50623590d6e1d7b3ca4
parentaf7ae85d7890452433f52fb21836f99c6cdc06d3
Branch b1_6
b=13497
i=deen
i=johann

Description: LASSERT_{REQ,REP}SWAB macros are buggy
Details    : If SWAB_PARANOIA is disabled, the LASSERT_REQSWAB and
             LASSERT_REPSWAB macros become no-ops, which is incorrect. Drop
             these macros and replace them with their difinitions instead.
18 files changed:
lustre/ChangeLog
lustre/include/lustre_net.h
lustre/ldlm/ldlm_lib.c
lustre/liblustre/dir.c
lustre/liblustre/file.c
lustre/liblustre/super.c
lustre/llite/dir.c
lustre/llite/file.c
lustre/llite/symlink.c
lustre/llite/xattr.c
lustre/mdc/mdc_locks.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/mds/mds_lib.c
lustre/osc/osc_request.c
lustre/ost/ost_handler.c
lustre/ptlrpc/pack_generic.c
lustre/ptlrpc/service.c