Whamcloud - gitweb
LU-3467 ofd: remove obsoleted OBD methods 80/8580/4
authorMikhail Pershin <mike.pershin@intel.com>
Sat, 14 Dec 2013 09:42:47 +0000 (13:42 +0400)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 17 Jan 2014 23:37:22 +0000 (23:37 +0000)
commit14cbce4b70833ee259427fa5a2ba826b75bb5c58
tree4cf43e23c7115954243006993b07bf68944b4320
parent96dba12553f1fab5344f5eb7346181bee8e1ea59
LU-3467 ofd: remove obsoleted OBD methods

Remove unused OBD methods from OFD, keep those needed
for echo client and rename them to indicate that

ofd_get_info() and ofd_set_info_async() are only needed
for local calls with single key.

Clean the usage of fti_fid, don't copy FID to it when
it is possible to point on FID in request buffers directly.

Signed-off-by: Mikhail Pershin <mike.pershin@intel.com>
Change-Id: I5622e14bccacb809bca1c10499c23bcaf72e2a68
Reviewed-on: http://review.whamcloud.com/8580
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
lustre/include/lu_target.h
lustre/obdecho/echo_client.c
lustre/ofd/ofd_capa.c
lustre/ofd/ofd_dev.c
lustre/ofd/ofd_fmd.c
lustre/ofd/ofd_internal.h
lustre/ofd/ofd_io.c
lustre/ofd/ofd_obd.c
lustre/target/tgt_handler.c