Whamcloud - gitweb
LU-559 Keep the o_seq unchanged for 1.8 client
authorNiu Yawei <niu@whamcloud.com>
Thu, 4 Aug 2011 06:31:10 +0000 (23:31 -0700)
committerOleg Drokin <green@whamcloud.com>
Tue, 9 Aug 2011 15:13:24 +0000 (11:13 -0400)
commit97e7c60bd9b2135ff5d498009b3996507fe6654b
tree3e1a4115e063543d2ae00cebd8de98bffa5cfff9
parent4b7cbec396fcd7afb81d601a2facb70ee8c7ad28
LU-559 Keep the o_seq unchanged for 1.8 client

ost_validate_obdo() arbitrarily change the o_seq to 0 for the requests
from 1.8 client, which will make the 1.8 echo client use the 0 group
mistakenly. In fact, I think we needn't do anything special for the 1.8
client here.

Signed-off-by: Niu Yawei <niu@whamcloud.com>
Change-Id: I93cd3bdbf984f8aef0f5b68f5ee8640f31ded337
Reviewed-on: http://review.whamcloud.com/1182
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: wangdi <di.wang@whamcloud.com>
lustre/obdfilter/filter.c
lustre/ost/ost_handler.c