patch-2.1.80 linux/drivers/block/raid5.c
Next file: linux/drivers/char/Config.in
Previous file: linux/drivers/block/md.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Jan 16 20:34:51 1998
- Orig file:
v2.1.79/linux/drivers/block/raid5.c
- Orig date:
Tue Dec 23 16:30:59 1997
diff -u --recursive --new-file v2.1.79/linux/drivers/block/raid5.c linux/drivers/block/raid5.c
@@ -1372,7 +1372,7 @@
memset (raid_conf, 0, sizeof (*raid_conf));
raid_conf->mddev = mddev;
- if ((raid_conf->stripe_hashtbl = (struct stripe_head **) __get_free_pages(GFP_ATOMIC, HASH_PAGES_ORDER, 0)) == NULL)
+ if ((raid_conf->stripe_hashtbl = (struct stripe_head **) __get_free_pages(GFP_ATOMIC, HASH_PAGES_ORDER)) == NULL)
goto abort;
memset(raid_conf->stripe_hashtbl, 0, HASH_PAGES * PAGE_SIZE);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov