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

From: Mark Peloquin (peloquin@us.ibm.com)
Date: Thu Oct 03 2002 - 09:10:03 EST


On 10/03/02 at 8:57 AM, Alan Cox wrote:
> > +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)

Your absolutely right! The appropriate changes will be made
immediately. Also, please bear in mind that this bio
splitting code is just temporary until the community comes
up with an acceptable generic solution.

Mark

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Evms-devel mailing list
Evms-devel@lists.sourceforge.net
To subscribe/unsubscribe, please visit:
 https://lists.sourceforge.net/lists/listinfo/evms-devel

-
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