Whamcloud - gitweb
LU-3302 llog: Do not use ostid swab for llogid
authorwang di <di.wang@intel.com>
Tue, 7 May 2013 18:43:43 +0000 (11:43 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 10 May 2013 17:49:01 +0000 (13:49 -0400)
commit57d8d7f152b1a1cabc103193f859bd927b3fbe9c
tree6c7002c3f7550b6eadc5f8d9e1eae11bb05896f9
parente3431824e6d72fdc5b22182afa26c1bd554d9663
LU-3302 llog: Do not use ostid swab for llogid

Since logid still use id/seq format in the request,
it will be swabbed by its own swab func, instead of
using ostid swab, which might see logid as FID incorrectly.

Signed-off-by: wang di <di.wang@intel.com>
Change-Id: I35f554e99a765384218ee3a357c931d6be1de6b3
Reviewed-on: http://review.whamcloud.com/6305
Tested-by: Hudson
Reviewed-by: John Hammond <johnlockwoodhammond@gmail.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/include/lustre/lustre_idl.h
lustre/obdclass/llog_swab.c
lustre/osp/osp_sync.c