Whamcloud - gitweb
LU-5814 obd: rename obd_unpackmd() to md_unpackmd() 37/13737/7
authorJohn L. Hammond <john.hammond@intel.com>
Wed, 11 Feb 2015 17:12:00 +0000 (11:12 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 19 Jun 2015 19:32:29 +0000 (19:32 +0000)
commit8f27184b14a192848429e52ac234805c324e1f7a
treeba90e5df21997e55698f9bb7d210a8d91bde6213
parent473bc6473eb8d6d78069a561dbe035e795d8b7e2
LU-5814 obd: rename obd_unpackmd() to md_unpackmd()

obd_unpackmd() is only implemented by LMV so move it from OBD
operations to OBD MD operations and update the prototype to refectl
the actual usage. Remove the unused function obd_free_memmd().

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I0cbbb003a94f1e5a04ba24c2a49223ff8fa16da9
Signed-off-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-on: http://review.whamcloud.com/13737
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/include/lustre_lmv.h
lustre/include/obd.h
lustre/include/obd_class.h
lustre/lmv/lmv_internal.h
lustre/lmv/lmv_obd.c
lustre/mdc/mdc_request.c
lustre/obdclass/lprocfs_status_server.c