mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
Staging: lustre: ptlrpc: Remove unused function declarations
Functions ptlrpc_handle_failed_import and ptlrpc_lprocfs_do_request_stat have been declared but not used. Thus drop the declarations. Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
168c7a13d4
commit
fb23589587
@@ -73,7 +73,6 @@ void ptlrpc_request_handle_notconn(struct ptlrpc_request *);
|
||||
void lustre_assert_wire_constants(void);
|
||||
int ptlrpc_import_in_recovery(struct obd_import *imp);
|
||||
int ptlrpc_set_import_discon(struct obd_import *imp, __u32 conn_cnt);
|
||||
void ptlrpc_handle_failed_import(struct obd_import *imp);
|
||||
int ptlrpc_replay_next(struct obd_import *imp, int *inflight);
|
||||
void ptlrpc_initiate_recovery(struct obd_import *imp);
|
||||
|
||||
@@ -88,8 +87,6 @@ void ptlrpc_ldebugfs_register_service(struct dentry *debugfs_entry,
|
||||
struct ptlrpc_service *svc);
|
||||
void ptlrpc_lprocfs_unregister_service(struct ptlrpc_service *svc);
|
||||
void ptlrpc_lprocfs_rpc_sent(struct ptlrpc_request *req, long amount);
|
||||
void ptlrpc_lprocfs_do_request_stat(struct ptlrpc_request *req,
|
||||
long q_usec, long work_usec);
|
||||
|
||||
/* NRS */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user