[Tmem-devel] [RFC PATCH 2/4] tmem: precache implementation (layered on tmem)

Rik van Riel riel at redhat.com
Fri Jun 19 19:28:22 PDT 2009


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.



More information about the Tmem-devel mailing list