diff options
author | Lance Roy <ldr709@gmail.com> | 2018-10-02 22:38:51 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2018-11-07 09:47:00 -0800 |
commit | b86077207d0c08e181c7715bc75f50a3ad2fdf74 (patch) | |
tree | 4089c9a0bffb7e740403632e6848ff1507083686 /samples | |
parent | 7c588c7468ea3f9b2fc8fa6840bed6262b5d1b00 (diff) | |
download | linux-b86077207d0c08e181c7715bc75f50a3ad2fdf74.tar.bz2 |
igbvf: Replace spin_is_locked() with lockdep
lockdep_assert_held() is better suited to checking locking requirements,
since it won't get confused when someone else holds the lock. This is
also a step towards possibly removing spin_is_locked().
Signed-off-by: Lance Roy <ldr709@gmail.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions