X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fgenhd.h;h=91443522b9d80e8486bd292257a909b2eeed4c1b;hb=08559aee03be26f1300e0b97f98cf5975095ec7a;hp=884d18df6716349007c04eb163103dca519f159f;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/linux/genhd.h b/include/linux/genhd.h index 884d18df6..91443522b 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h @@ -82,8 +82,7 @@ struct disk_stats { struct gendisk { int major; /* major number of driver */ int first_minor; - int minors; /* maximum number of minors, =1 for - * disks that can't be partitioned. */ + int minors; char disk_name[32]; /* name of major driver */ struct hd_struct **part; /* [indexed by minor] */ struct block_device_operations *fops;