]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: lustre: libcfs: remove final uses of the GOTO macro
authorJulia Lawall <Julia.Lawall@lip6.fr>
Sun, 9 Nov 2014 09:06:34 +0000 (10:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 22 Nov 2014 18:55:00 +0000 (10:55 -0800)
Remove the goto logging function, as it is no longer used.

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/debug.c

index 2c15a9e7332fa8b67cbef3927379e601967ad6f0..859129d8ddc883c402251802e45893d4e3f09b62 100644 (file)
@@ -460,11 +460,3 @@ void libcfs_debug_set_level(unsigned int debug_level)
 }
 
 EXPORT_SYMBOL(libcfs_debug_set_level);
-
-void libcfs_log_goto(struct libcfs_debug_msg_data *msgdata, const char *label,
-                    long_ptr_t rc)
-{
-       libcfs_debug_msg(msgdata, "Process leaving via %s (rc=%lu : %ld : %#lx)\n",
-                        label, (ulong_ptr_t)rc, rc, rc);
-}
-EXPORT_SYMBOL(libcfs_log_goto);