Whamcloud - gitweb
LU-8589 osd: remove "object" from method function names 42/22542/6
authorAndreas Dilger <andreas.dilger@intel.com>
Thu, 10 Mar 2016 17:33:11 +0000 (10:33 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 16 May 2017 05:45:59 +0000 (05:45 +0000)
commit434eeba4d33d9ddd871cff080d51534081bb3d30
tree1533f99e010ecf32239e4ac179038af1000ea0e7
parentc60e949e3b9f7ff19e1a644210cc764ee150ad8b
LU-8589 osd: remove "object" from method function names

Remove "object_" from various OSD API dt_object_operations
method functions (create, destroy, {read,write}_{lock,unlock},
write_locked, ref_add, ref_del, and declare_ variants of same)
to match the actual method names so the code is easier to trace.

Test-Parameters: trivial
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I18860bc965f958d6ba2e595882e7e56ca00cab07
Reviewed-on: https://review.whamcloud.com/22542
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: Lai Siyao <lai.siyao@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
27 files changed:
lustre/include/dt_object.h
lustre/include/lustre_update.h
lustre/lod/lod_internal.h
lustre/lod/lod_object.c
lustre/lod/lod_qos.c
lustre/lod/lod_sub_object.c
lustre/mdd/mdd_dir.c
lustre/mdd/mdd_internal.h
lustre/mdd/mdd_object.c
lustre/mdd/mdd_orphans.c
lustre/mdt/mdt_open.c
lustre/mdt/mdt_reint.c
lustre/ofd/ofd_fmd.c
lustre/ofd/ofd_internal.h
lustre/ofd/ofd_obd.c
lustre/ofd/ofd_objects.c
lustre/osd-ldiskfs/osd_handler.c
lustre/osd-ldiskfs/osd_internal.h
lustre/osd-zfs/osd_internal.h
lustre/osd-zfs/osd_object.c
lustre/osp/osp_internal.h
lustre/osp/osp_md_object.c
lustre/osp/osp_object.c
lustre/osp/osp_precreate.c
lustre/osp/osp_trans.c
lustre/target/out_lib.c
lustre/target/update_records.c