Whamcloud - gitweb
LU-2682 fid: cleanup direct _id and _seq access
authorwangdi <di.wang@whamcloud.com>
Fri, 20 Dec 2013 17:33:40 +0000 (09:33 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 28 Mar 2013 14:58:57 +0000 (10:58 -0400)
commit27f77f5de6fe27611c9f819f8cdaba89d70f15d9
tree3ba0b9b7ee935f9f7d7c4b63cf75a555c34111f0
parente6136f178b3cba4b1257851a85fd784792297f86
LU-2682 fid: cleanup direct _id and _seq access

Access/copying the individual _id and _seq fields should be
replaced with the _oi field, and compatibility macros for
accessing the individual fields should be removed.

Signed-off-by: Wang Di <di.wang@intel.com>
Change-Id: Iedce5cfb308c1b6de6aa24872b8c71e7b616b67c
Reviewed-on: http://review.whamcloud.com/5601
Reviewed-by: Lai Siyao <lai.siyao@intel.com>
Tested-by: Hudson
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
32 files changed:
lustre/include/lustre/lustre_idl.h
lustre/include/lustre/lustre_user.h
lustre/include/obd.h
lustre/include/obd_ost.h
lustre/liblustre/file.c
lustre/liblustre/super.c
lustre/liblustre/tests/sanity.c
lustre/llite/file.c
lustre/llite/llite_lib.c
lustre/llite/namei.c
lustre/lod/lod_lov.c
lustre/lod/lod_object.c
lustre/lov/lov_ea.c
lustre/lov/lov_log.c
lustre/lov/lov_merge.c
lustre/lov/lov_obd.c
lustre/lov/lov_pack.c
lustre/lov/lov_request.c
lustre/mdd/mdd_object.c
lustre/mdt/mdt_lib.c
lustre/obdclass/debug.c
lustre/obdecho/echo_client.c
lustre/ofd/ofd_obd.c
lustre/ofd/ofd_objects.c
lustre/osc/osc_request.c
lustre/ost/ost_handler.c
lustre/ptlrpc/pack_generic.c
lustre/ptlrpc/wiretest.c
lustre/utils/liblustreapi.c
lustre/utils/obd.c
lustre/utils/wirecheck.c
lustre/utils/wiretest.c