[dm-devel] device-mapper/dmsetup dmsetup.c

agk at sourceware.org agk at sourceware.org
Wed Dec 5 14:42:10 UTC 2007


CVSROOT:	/cvs/dm
Module name:	device-mapper
Changes by:	agk at sourceware.org	2007-12-05 14:42:10

Modified files:
	dmsetup        : dmsetup.c 

Log message:
	read_ahead in report with underscore to match lvm2 field

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/device-mapper/dmsetup/dmsetup.c.diff?cvsroot=dm&r1=1.101&r2=1.102

--- device-mapper/dmsetup/dmsetup.c	2007/12/03 22:53:04	1.101
+++ device-mapper/dmsetup/dmsetup.c	2007/12/05 14:42:10	1.102
@@ -1881,7 +1881,7 @@
 FIELD_F(TASK, STR, "UUID", 32, dm_uuid, "uuid", "Unique (optional) identifier for mapped device.")
 
 /* FIXME Next one should be INFO */
-FIELD_F(TASK, NUM, "RAhead", 6, dm_read_ahead, "readahead", "Read ahead in sectors.")
+FIELD_F(TASK, NUM, "RAhead", 6, dm_read_ahead, "read_ahead", "Read ahead in sectors.")
 
 FIELD_F(INFO, STR, "Stat", 4, dm_info_status, "attr", "(L)ive, (I)nactive, (s)uspended, (r)ead-only, read-(w)rite.")
 FIELD_F(INFO, STR, "DevNo", 5, dm_info_devno, "devno", "Device major and minor numbers")




More information about the dm-devel mailing list