Re: [PATCH] EVMS core 4/4: evms_biosplit.h

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Thu Oct 03 2002 - 08:57:03 EST


> +static void
> +bio_split_setup(char * split_name, char * bio_name)
> +{
> + /* initialize MY bio split record pool */
> + my_bio_split_slab = kmem_cache_create(split_name,
> + sizeof
> + (struct bio_split_cb),
> + 0, SLAB_HWCACHE_ALIGN,
> + NULL, NULL);
> + if (!my_bio_split_slab) {
> + panic("unable to create EVMS Bio Split cache.");

If IBM are going to be doing telco grade stuff you could start now by
failing politely in this case 8)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Oct 07 2002 - 22:00:39 EST