commit | a58bd7683fcb60ae24c8572f932b48bc65719b7c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Aug 16 15:19:07 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Aug 23 12:54:30 2021 -0600 |
tree | a8d555d924ba357bc4953be4ed31483b0f08eb9c | |
parent | 9c2b9dbafc067e173db30c4fd0636392d27944e8 [diff] |
block: remove the minors argument to __alloc_disk_node This was a leftover from the legacy alloc_disk interface. Switch the scsi ULPs and dasd to set ->minors directly like all other drivers and remove the argument. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Stefan Haberland <sth@linux.ibm.com> [dasd] Link: https://lore.kernel.org/r/20210816131910.615153-7-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>