summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-01-18 18:41:17 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2004-01-18 18:41:17 -0800
commit21df060f0a8bd1a3ecd7640dc7067ae4c3ce5f8b (patch)
treeaaf51c163bbd327e0d870e7a24fcfab279d99a1c /include/linux
parentb2b9268ab7687ba8581164848116b80ae6533b10 (diff)
[PATCH] s390: dasd driver
From: Martin Schwidefsky <schwidefsky@de.ibm.com> - Fix interrupt status examination. - Make dasd device attributes dependent on the devmap structure instead of the device structure to make them persistent and to be able to modify them in the offline state. - Allow changing the readonly attribute while dasd is online. - Add (diag) option to dasd= paramter. - Add missing spin_lock_init call. - Increase ref_count in dasd_device_from_cdev and add matching dasd_put_device pairs. - Adapt to notify api change in cio. - Fix bug in 3990 error recovery for cable pulls on ESS. - Replace kmap by page_address (no highmem on s/390). - Set correct default cache mode on ESS for eckd devices. - Change dasd names from "dasdx" to "dasd_<busid>_".
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/genhd.h2
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;