Whamcloud - gitweb
LU-6142 mdc: minor function cleanups. 38/39738/2
authorMr NeilBrown <neilb@suse.de>
Thu, 27 Aug 2020 03:28:42 +0000 (13:28 +1000)
committerOleg Drokin <green@whamcloud.com>
Fri, 26 Feb 2021 21:42:27 +0000 (21:42 +0000)
commit3e76334402a71e37aed4e9a5166d0141e30af375
tree422219d3d6d55d0de2b09ec2c9d08274deef7046
parent9c4fbd1766751251d96d8ca978823a624afb4738
LU-6142 mdc: minor function cleanups.

mdc_getxattr_pack() doesn't exist, so remove declaration

mdc_get_lustre_md(), mdc_free_lustre_md(), and
mdc_clear_open_replay_data() are local to mdc_request.c so make them
static and remove declaration from mdc_interal.h.

Test-Parameters: trivial
Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: Ie925585f51f280a4ad4e3ae7b488dc4166fdaa8d
Reviewed-on: https://review.whamcloud.com/39738
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Shaun Tancheff <shaun.tancheff@hpe.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/mdc/mdc_internal.h
lustre/mdc/mdc_request.c