]> git.neil.brown.name Git - history.git/commit
[PATCH] (6/25) Removing bogus arrays - ->driverfs_dev_arr[]
authorAlexander Viro <viro@math.psu.edu>
Sat, 7 Sep 2002 10:03:49 +0000 (03:03 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 7 Sep 2002 10:03:49 +0000 (03:03 -0700)
commitc5f45a700c4f2041ae99ed824c70c870b52e3f33
treee8da421f84f4b5fb86fc212367f45b85e9ccb14d
parentab3bfaa2cca8ffcc9df56e41ebd82ba2837f040c
[PATCH] (6/25) Removing bogus arrays - ->driverfs_dev_arr[]

disk->driverfs_dev_arr is either NULL or consists of exactly one
element.  Same change as above (struct device ** -> struct device *); old
"is the pointer to array itself NULL or not?" replaced with a flag (in
disk->flags).
drivers/scsi/sd.c
fs/partitions/check.c
include/linux/genhd.h