]> git.neil.brown.name Git - history.git/commit
[PATCH] raid kdev_t cleanups (part 1)
authorAlexander Viro <viro@math.psu.edu>
Thu, 4 Jul 2002 15:53:33 +0000 (08:53 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Thu, 4 Jul 2002 15:53:33 +0000 (08:53 -0700)
commit480f41061c3442a39824591c4767ab6bdbe860f9
treec94a70665e43110f54efd38e74a591aece44b508
parenta99f1593786718442ab84cb3a3f6ae34af41b7b4
[PATCH] raid kdev_t cleanups (part 1)

* ->error_handler() switched to struct block_device *.
* md_sync_acct() switched to struct block_device *.
* raid5 struct disk_info ->dev is gone - we use ->bdev everywhere.
* bunch of kdev_same() when we have corresponding struct block_device *
and can simply compare them is removed from drivers/md/*.c
drivers/md/md.c
drivers/md/multipath.c
drivers/md/raid1.c
drivers/md/raid5.c
include/linux/raid/md.h
include/linux/raid/md_k.h
include/linux/raid/raid5.h