staging/lustre/fid: seq_client_init/fini don't need to be exported
authorOleg Drokin <green@linuxhacker.ru>
Tue, 29 Sep 2015 03:44:04 +0000 (23:44 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Sep 2015 13:22:27 +0000 (15:22 +0200)
commit065749efe4b27333338d7d7db68adf82afdef1fb
treebea4743812046b44f4f10a7354744aeb20a65583
parentdb65e92727017ccba61e998bd26f87ca34283d17
staging/lustre/fid: seq_client_init/fini don't need to be exported

In fact they could be static as they are only used inside
this file, so remove EXPORT_SYMBOL and declarations.
Also seq_client_init is always called with srv = NULL, so just
drop this argument.

Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/fid/fid_request.c
drivers/staging/lustre/lustre/include/lustre_fid.h
This page took 0.024819 seconds and 5 git commands to generate.