[ndctl PATCH trivial] test: Remove a redundant ndctl_namespace_foreach

2020-08-06 Thread Santosh Sivaraj
I don't think this was intended to be in the code. Signed-off-by: Santosh Sivaraj --- test/multi-pmem.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/multi-pmem.c b/test/multi-pmem.c index 668662c..cb7cd40 100644 --- a/test/multi-pmem.c +++ b/test/multi-pmem.c @@ -162,7 +162,6 @@ stati

Re: [ndctl PATCH trivial] test: Remove a redundant ndctl_namespace_foreach

2020-08-07 Thread Ira Weiny
On Thu, Aug 06, 2020 at 06:17:02PM +0530, Santosh Sivaraj wrote: > I don't think this was intended to be in the code. > > Signed-off-by: Santosh Sivaraj Reviewed-by: Ira Weiny > --- > test/multi-pmem.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/test/multi-pmem.c b/test/multi-pme