Re: [RFCv5 8/9] mm: vcm: Sample driver added

2010-09-06 Thread MichaƂ Nazarewicz
On Mon, 06 Sep 2010 23:10:54 +0200, Greg KH wrote: On Mon, Sep 06, 2010 at 08:33:58AM +0200, Michal Nazarewicz wrote: --- /dev/null +++ b/include/linux/vcm-sample.h Don't put "sample" code in include/linux/ please. That's just cluttering up the place, don't you think? Especially as no one

Re: [RFCv5 8/9] mm: vcm: Sample driver added

2010-09-06 Thread Greg KH
On Mon, Sep 06, 2010 at 08:33:58AM +0200, Michal Nazarewicz wrote: > --- /dev/null > +++ b/include/linux/vcm-sample.h Don't put "sample" code in include/linux/ please. That's just cluttering up the place, don't you think? Especially as no one else needs the file there... thanks, greg k-h -- To

[RFCv5 8/9] mm: vcm: Sample driver added

2010-09-05 Thread Michal Nazarewicz
This commit adds a sample Virtual Contiguous Memory framework driver. It handles no real hardware and is there only for demonstrating purposes. Signed-off-by: Michal Nazarewicz Signed-off-by: Kyungmin Park --- Documentation/virtual-contiguous-memory.txt |3 + include/linux/vcm-sample.h