commit | de69fee82c5962fb7bdaf6eb8a81302f418d1a1d | [log] [tgz] |
---|---|---|
author | Mike Miller (OS Dev) <mikem@beardog.cca.cpqcorp.net> | Tue Mar 06 01:42:16 2007 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Mar 06 09:30:25 2007 -0800 |
tree | b68b06b610ab41826d0601ec03e92131df5ab587 | |
parent | 97c06978515ed6e071bfd4a5e858837dd2b0edcf [diff] |
[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>