commit | 1c2ba475eb0e574f96cf51c21157ffdf0af0dd2a | [log] [tgz] |
---|---|---|
author | Johannes Thumshirn <jthumshirn@suse.de> | Wed Jan 20 16:22:22 2016 +0100 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Feb 23 21:27:02 2016 -0500 |
tree | c388e98422f00d42069337123ee96df1658379b8 | |
parent | d04a78f43a689babbcffd14a353786d868b7a27e [diff] |
lpfc: Add lockdep assertions Several functions in lpfc have comments stating that the function must be called with the hbalock (or hostlock, or ringlock) held. Add lockdep_assert_held() annotations to these functions, so one can actually verify the locks are held. Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Acked-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>