ieee1394: sbp2: lower block queue alignment requirement
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 25 Jan 2007 21:35:47 +0000 (22:35 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 8 Feb 2007 19:59:54 +0000 (20:59 +0100)
commitbeb2fdcad14af14fa38d5098003bd0f53e1c1185
tree031091f1600cd5e800cd7b527201deb6dd205b48
parent9c31b387234287917023e64d1f11aedfd2685dd9
ieee1394: sbp2: lower block queue alignment requirement

The old setting is copy & waste from usb-storage and doesn't apply to
sbp2.  There is only 4-byte alignment required for everything, except
for S/G table elements which have to be 8-byte aligned according to the
SBP-2 spec.  (They happen to be ____cacheline_aligned in our
implementation.  Whether that's good is another question.)

We now simply don't tune block queue alignment at all.  The default
alignment would surely never become anything else than a multiple of 4,
else tons of calls to blk_queue_dma_alignment would have to be added
everywhere in drivers/...

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/sbp2.c