1
0
Files
linux/net
Ingo Molnar e25cf3db56 lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c
fix this warning:

  net/bluetooth/af_bluetooth.c:60: warning: ‘bt_key_strings’ defined but not used
  net/bluetooth/af_bluetooth.c:71: warning: ‘bt_slock_key_strings’ defined but not used

this is a lockdep macro problem in the !LOCKDEP case.

We cannot convert it to an inline because the macro works on multiple types,
but we can mark the parameter used.

[ also clean up a misaligned tab in sock_lock_init_class_and_name() ]

[ also remove #ifdefs from around af_family_clock_key strings - which
  were certainly added to get rid of the ugly build warnings. ]

Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-11-12 12:39:40 +01:00
..
2008-11-05 13:19:07 -06:00
2008-09-22 19:24:45 -07:00
2008-11-10 16:34:11 -08:00
2008-09-30 03:03:35 -07:00
2008-07-24 10:47:27 -07:00
2008-11-01 09:49:46 -07:00