]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/genhd.h
Merge branch 'upstream'
[linux-2.6-omap-h63xx.git] / 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;