aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
diff options
context:
space:
mode:
authorGravatar Alexander Zarochentsev <alexander.zarochentsev@seagate.com> 2016-12-02 19:53:29 -0500
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2016-12-06 10:56:29 +0100
commit4ec941d68c2cd8db5c6f7c2fab0f47a352f6b204 (patch)
tree1c545fd3bbea6e7f9e00f08b7013fa7a8d122394 /drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
parentstaging: lustre: remove set but unused variables (diff)
downloadlinux-4ec941d68c2cd8db5c6f7c2fab0f47a352f6b204.tar.gz
linux-4ec941d68c2cd8db5c6f7c2fab0f47a352f6b204.tar.bz2
linux-4ec941d68c2cd8db5c6f7c2fab0f47a352f6b204.zip
staging: lustre: libcfs: remove lnet upcall code
Removing lnet upcall infrastructure completely as nobody uses it anymore. The upcall causes a delay before calling BUG() and might even cause a hang making getting a crash dump unreliable or containing outdated info. Signed-off-by: Alexander Zarochentsev <alexander.zarochentsev@seagate.com> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-8418 Seagate-bug-id: MRP-2939 Reviewed-on: http://review.whamcloud.com/21440 Reviewed-by: Andreas Dilger <andreas.dilger@intel.com> Reviewed-by: James Simmons <uja.ornl@yahoo.com> Reviewed-by: Oleg Drokin <oleg.drokin@intel.com> Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/include/linux/libcfs/libcfs_private.h')
-rw-r--r--drivers/staging/lustre/include/linux/libcfs/libcfs_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h b/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
index 41a651f3bd96..aab15d8112a4 100644
--- a/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
+++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h
@@ -169,8 +169,6 @@ do { \
#define ntohs(x) ___ntohs(x)
#endif
-void libcfs_run_upcall(char **argv);
-void libcfs_run_lbug_upcall(struct libcfs_debug_msg_data *msg);
void libcfs_debug_dumplog(void);
int libcfs_debug_init(unsigned long bufsize);
int libcfs_debug_cleanup(void);