Re: [PATCH 3/9] VFS: Introduce a mount context

From: Miklos Szeredi
Date: Wed May 10 2017 - 09:34:02 EST


> That's why I liked the static string thing. It's just one assignment
> and no worries about freeing. Not sure what to do about modules,
> though. Can we somehow move the cost of checking the validity to the
> place where the error is retrieved?

I'm thinking along the lines of not allowing module virtual addresses
to be recycled after module remove...

Thanks,
Miklos