]> err.no Git - linux-2.6/blobdiff - include/linux/genhd.h
[PATCH] libata-hp-prep: implement ap->hw_sata_spd_limit
[linux-2.6] / include / linux / genhd.h
index 10a27f29d6925514265aa39834642bb58dd4c493..2ef845b35175815b8823e35bf6c23723725c13d3 100644 (file)
@@ -105,6 +105,7 @@ struct gendisk {
                                          * disks that can't be partitioned. */
        char disk_name[32];             /* name of major driver */
        struct hd_struct **part;        /* [indexed by minor] */
+       int part_uevent_suppress;
        struct block_device_operations *fops;
        struct request_queue *queue;
        void *private_data;