]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'ib-srpt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Feb 2012 22:35:19 +0000 (14:35 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Feb 2012 22:35:19 +0000 (14:35 -0800)
commit6c92ea4d0e4486308e921f9f413db3427d2ef14b
treef357b1130950d8de320885810eb27fe574f6ebf5
parent3e1768d39a5e80f3a7cbaf547b5b5c4d9c20ab99
parent366f52f8d12234a6c044e718cb5c31db32694956
Merge tag 'ib-srpt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband

Cleanups and error path fixes for the new SRP (SCSI RDMA protocol) target.

* tag 'ib-srpt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband:
  IB/srpt: Don't return freed pointer from srpt_alloc_ioctx_ring()
  IB/srpt: Fix ERR_PTR() vs. NULL checking confusion
  IB/srpt: Remove unneeded <linux/version.h> include
  IB/srpt: Use ARRAY_SIZE() instead of open-coding
  IB/srpt: Use DEFINE_SPINLOCK()/LIST_HEAD()