[PATCH] md: Update status_resync to handle LARGE devices
authorNeilBrown <neilb@suse.de>
Mon, 27 Mar 2006 09:18:04 +0000 (01:18 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 27 Mar 2006 16:45:01 +0000 (08:45 -0800)
commit4588b42e9d0d0904a745c96cead66506c75bae21
tree203162f7e829da88e0bb81bc0c3f49d6f832f855
parent1be7892fffb45f6017494a88ff68fe84c6de26b4
[PATCH] md: Update status_resync to handle LARGE devices

status_resync - used by /proc/mdstat to report the status of a resync, assumes
that device sizes will always fit into an 'unsigned long' This is no longer
the case...

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/md.c