[Pvfs2-developers] Re: kern mod buffer mapping

Pete Wyckoff pw at osc.edu
Thu Jan 10 14:49:38 EST 2008


murali.vilayannur at gmail.com wrote on Thu, 10 Jan 2008 00:32 -0800:
> Thanks for the heads up!
> For the issues that you report below, I think the attached patch should help.
> I tested it on a ubuntu VM running git-2.6.24-pre7 and did not see the
> kmem_cache
> nor the sysctl warning checks.
> Hope it fixes the issues on your system as well.

Works for me.  Thanks.

This approach with CTL_UNNUMBERED.  Does that work with old kernels
too, do you know?

And why did you do HAVE_KMEM_CACHE_CREATE_OLD_CTOR and
HAVE_KMEM_CACHE_CREATE_NEW_CTOR tests separately?  Are you just
trying to future-proof against yet another change on the ctor
function signature?  Why #error in the C file---you can just bail in
configure?

		-- Pete


More information about the Pvfs2-developers mailing list