diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/genhd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h index 13e0933ccbc7..14e79799fbd5 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h @@ -82,7 +82,7 @@ struct gendisk { int major; /* major number of driver */ int first_minor; int minors; - char disk_name[16]; /* name of major driver */ + char disk_name[32]; /* name of major driver */ struct hd_struct **part; /* [indexed by minor] */ struct block_device_operations *fops; struct request_queue *queue; |
