]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] cciss: add struct pci_driver shutdown support (replaces reboot notifier)
authorMike Miller (OS Dev) <mikem@beardog.cca.cpqcorp.net>
Tue, 6 Mar 2007 09:42:16 +0000 (01:42 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 6 Mar 2007 17:30:25 +0000 (09:30 -0800)
commitde69fee82c5962fb7bdaf6eb8a81302f418d1a1d
treeb68b06b610ab41826d0601ec03e92131df5ab587
parent97c06978515ed6e071bfd4a5e858837dd2b0edcf
[PATCH] cciss: add struct pci_driver shutdown support (replaces reboot notifier)

This patch adds support for the struct pci_driver shutdown method to cciss.
 We require notification of an impending reboot or shutdown so that we can
flush the battery backed write cache (BBWC) on the Smart Array controller.

Signed-off-by: Mike Miller <mike.miller@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/cciss.c