]> git.baikalelectronics.ru Git - kernel.git/commit
Expand hwif->host_flags so that it fits new flags.
authorDavid Miller <davem@davemloft.net>
Mon, 22 Oct 2007 09:09:00 +0000 (02:09 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 23 Oct 2007 02:35:14 +0000 (19:35 -0700)
commit5fb4554584d279565f01f6beb332f4f6b0fc5431
tree3679aababf9c2df4456eb26cbad3e974d56c9698
parent2d84823b464fa2f823266e129709d0dbd8487c04
Expand hwif->host_flags so that it fits new flags.

Commit 77ef1d13d66c4ab4621d952947441fc4668d52ff ("ide: add
IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flags") caused a
regression because the host_flags in struct hwif_s wasn't expanded to
cope with the fact that the host flags no longer fit in 16 bits.

Signed-off-by: David S. Miller <davem@davemloft.net>
[ I hate having to add good commit descriptions.  - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/ide.h