patch-2.4.0-test2 linux/drivers/block/raid0.c
Next file: linux/drivers/block/raid1.c
Previous file: linux/drivers/block/paride/pt.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Wed Jun 21 10:10:02 2000
- Orig file:
v2.4.0-test1/linux/drivers/block/raid0.c
- Orig date:
Fri May 12 14:18:55 2000
diff -u --recursive --new-file v2.4.0-test1/linux/drivers/block/raid0.c linux/drivers/block/raid0.c
@@ -325,17 +325,11 @@
static mdk_personality_t raid0_personality=
{
- "raid0",
- raid0_make_request,
- NULL, /* no special end_request */
- raid0_run,
- raid0_stop,
- raid0_status,
- 0,
- NULL, /* no error_handler */
- NULL, /* no diskop */
- NULL, /* no stop resync */
- NULL /* no restart resync */
+ name: "raid0",
+ make_request: raid0_make_request,
+ run: raid0_run,
+ stop: raid0_stop,
+ status: raid0_status,
};
#ifndef MODULE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)