]> git.karo-electronics.de Git - linux-beck.git/commit
staging/lustre/lnet: remove kiblnd_debug_conn/rx/tx
authorPeng Tao <bergwolf@gmail.com>
Wed, 5 Mar 2014 13:27:15 +0000 (21:27 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 03:23:55 +0000 (19:23 -0800)
commit82a2390c3c4ecf39402787c75dc8a69a024d5786
treed2412b6fb98cb6648fe259615a7b1f90f639fe28
parentcf92c9cc89d36197769acc450e7a869861220b3e
staging/lustre/lnet: remove kiblnd_debug_conn/rx/tx

They are not called by anyone and cause gcc warning:
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c:609: warning: ‘kiblnd_debug_conn’ defined but not used
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c:589: warning: ‘kiblnd_debug_rx’ defined but not used
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c:597: warning: ‘kiblnd_debug_tx’ defined but not used

Cc: Andreas Dilger <andreas.dilger@intel.com>
Cc: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c