[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [RFC PATCH 2/4] tmem: precache implementation (layered on tmem)
Dan Magenheimer wrote: @@ -110,6 +111,9 @@ s->s_qcop = sb_quotactl_ops; s->s_op = &default_op; s->s_time_gran = 1000000000; +#ifdef CONFIG_PRECACHE + s->precache_poolid = -1; +#endif } out: return s; Please generate your patches with -up so we can see which functions are being modified by each patch hunk. That makes it a lot easier to find the context and see what you are trying to do. -- All rights reversed. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |