Re: [PATCH 1/6] pmem: Initial version of persistent memory driver

2015-03-17 Thread Paul Bolle
Just a license nit. On Mon, 2015-03-16 at 15:12 -0600, Ross Zwisler wrote: > --- /dev/null > +++ b/drivers/block/pmem.c > + * This program is free software; you can redistribute it and/or modify it > + * under the terms and conditions of the GNU General Public License, > + * version 2, as publish

[PATCH 1/6] pmem: Initial version of persistent memory driver

2015-03-16 Thread Ross Zwisler
PMEM is a new driver that presents a reserved range of memory as a block device. This is useful for developing with NV-DIMMs, and can be used with volatile memory as a development platform. Signed-off-by: Ross Zwisler Cc: linux-nvd...@lists.01.org Cc: linux-fsde...@vger.kernel.org Cc: ax...@kern