On Fri, 2018-04-27 at 15:08 -0700, Dave Jiang wrote: > util_filter_walk() does the looping through of busses and regions. > Removing > duplicate code in namespace ops and provide filter functions so we can > utilize util_filter_walk() and share common code. > > Signed-off-by: Dave Jiang <[email protected]> > --- > ndctl/namespace.c | 163 ++++++++++++++++++++++++++++++----------------- > ------ > test/btt-check.sh | 2 - > util/filter.c | 5 +- > util/filter.h | 8 +++ > 4 files changed, 104 insertions(+), 74 deletions(-) >
[...] > > diff --git a/test/btt-check.sh b/test/btt-check.sh > index 353d4375..50c1b592 100755 > --- a/test/btt-check.sh > +++ b/test/btt-check.sh > @@ -1,4 +1,4 @@ > -#!/bin/bash -E > +#!/bin/bash -Ex Did you mean to add this hunk? > > # Copyright(c) 2015-2017 Intel Corporation. All rights reserved. > # > diff --git a/util/filter.c b/util/filter.c > index 0d3cc02f..b7a4fbd6 100644 > --- a/util/filter.c > +++ b/util/filter.c > [...] _______________________________________________ Linux-nvdimm mailing list [email protected] https://lists.01.org/mailman/listinfo/linux-nvdimm
