Greg Kroah-Hartman wrote: > Now that the driver core allows for struct class to be in read-only > memory, we should make all 'class' structures declared at build time > placing them into read-only memory, instead of having to be dynamically > allocated at runtime. > > Cc: Dan Williams <dan.j.willi...@intel.com> > Cc: Vishal Verma <vishal.l.ve...@intel.com> > Cc: Dave Jiang <dave.ji...@intel.com> > Cc: Ira Weiny <ira.we...@intel.com>
Tested-by: Ira Weiny <ira.we...@intel.com> Reviewed-by: Ira Weiny <ira.we...@intel.com> > Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> > --- > tools/testing/nvdimm/test/ndtest.c | 17 +++++++++-------- > tools/testing/nvdimm/test/nfit.c | 14 +++++++------- > 2 files changed, 16 insertions(+), 15 deletions(-)