]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] introduce shost_priv helper
authorChristoph Hellwig <hch@lst.de>
Thu, 31 May 2007 18:12:26 +0000 (20:12 +0200)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Thu, 31 May 2007 21:29:25 +0000 (17:29 -0400)
commit2af685b3eeac75018ef18c7221060dcb0a20f535
treedb82936fad9869ea76e13c221d7868e9fb8482ed
parentd4e65f6d2ba98c0d307e326adcc93dac01f89510
[SCSI] introduce shost_priv helper

Currently accessing the scsi host private data is rather messy because
it comes as an unsigned long that always needs a cast first.  This patch
introduces a helper that does the cast called shost_priv.  It's similar
in spirit to netdev_priv for network drivers.

This is the first patch introducing the macro, and the second patch
in the series will convert esp and it's subdrivers as an example.
Further conversion will wait until the helper is in the tree to make
patch juggling easier.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
include/scsi/scsi_host.h