Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Wed, 6 Jul 2005 04:33:45 +0000 (04:33 +0000)
committeradilger <adilger>
Wed, 6 Jul 2005 04:33:45 +0000 (04:33 +0000)
commit054ff79eb395595b1adfb9538cbebe35c357d735
tree8ced74f92890e2c90c69e4ebd28030e57341af21
parent3e14e50be4e4085c3f298eafaf24490fe63fa819
Branch b1_4
Use the existing b1_4 ldlm_flock struct, but make the pid types well defined
sizes (even though the blocking_pid is not sent over the wire, it is a
historical accident that it is inside the ldlm_flock policy data)  and add
swabbing for the extent.gid field (which in b_cray overlapped with flock.pid
so they were swabbed at the same time).
b=6931
r=phil
lustre/include/linux/lustre_dlm.h
lustre/include/linux/lustre_idl.h
lustre/include/linux/lustre_net.h
lustre/obdclass/class_obd.c
lustre/ptlrpc/pack_generic.c
lustre/ptlrpc/service.c
lustre/utils/wirecheck.c