]> git.neil.brown.name Git - history.git/commit
[PATCH] ide subdrivers attach() cleanup
authorAlexander Viro <viro@math.psu.edu>
Sat, 10 Aug 2002 09:21:45 +0000 (02:21 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Sat, 10 Aug 2002 09:21:45 +0000 (02:21 -0700)
commitfc4dfb65c5e15d466300c195ab967701bfa1dd49
treecc3aa067908c208ce6915ba3d604280a06c1c92e
parent7e06e792cd7ded1e7fdc57c2bdd78099ef79678b
[PATCH] ide subdrivers attach() cleanup

->attach() for ide subdrivers explicitly calls register_disk()
instead of ata_revalidate() now; revalidate_drives() is gone -
it's not needed anymore (we _know_ that we'll read partition
table as soon as driver claims the drive; no need to mess with
bogus rereading).
drivers/ide/ide-cd.c
drivers/ide/ide-disk.c
drivers/ide/ide-floppy.c
drivers/ide/ide-tape.c
drivers/ide/main.c