Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Tue, 20 Jan 2009 00:20:21 +0000 (00:20 +0000)
committeradilger <adilger>
Tue, 20 Jan 2009 00:20:21 +0000 (00:20 +0000)
commit1aab0983293f96a445510167ed3b1b41b9228133
tree0237f5e0afdc1944a0b86958a2bcd4e0f06e2a83
parent423abd11d1ba045abb97af8da7ca464c57e98d94
Branch HEAD
Fix a serious interoperability problem between quotas on HEAD and b1_x,
becuase the quota request messages had been assigned different message
numbers due to "conflict" with FLD_QUERY RPCs.  Since FLD_QUERY does
not exist in any released Lustre, that RPC message number was changed
instead and the DQACQ and DQREL RPCs now match b1_x.

This was made obvious by comparing the lustre_idl.h files between b1_8
and HEAD, so this patch also includes the (otherwise cosmetic) changes
to lustre_idl.h to make it match with b1_8.
b=17800
lustre/include/lustre/lustre_idl.h
lustre/include/obd.h
lustre/ptlrpc/pack_generic.c
lustre/ptlrpc/wiretest.c
lustre/utils/wiretest.c