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 <[email protected]> > Cc: Vishal Verma <[email protected]> > Cc: Dave Jiang <[email protected]> > Cc: Ira Weiny <[email protected]>
Tested-by: Ira Weiny <[email protected]> Reviewed-by: Ira Weiny <[email protected]> > Signed-off-by: Greg Kroah-Hartman <[email protected]> > --- > tools/testing/nvdimm/test/ndtest.c | 17 +++++++++-------- > tools/testing/nvdimm/test/nfit.c | 14 +++++++------- > 2 files changed, 16 insertions(+), 15 deletions(-)

