On Wed, Feb 21, 2018 at 11:00 PM, QI Fuli <qi.fuli(a)jp.fujitsu.com> wrote:
I wrote a patch for refactoring cmd_list(). It would be appreciated
if you could check it.
This patch refactors the filter in cmd_list() into ndctl_filter_opts
object with callback functions. So that the filter used for matching
a given object can be shared between "list" and "monitor".
Thanks for this, it helped clarify what I wanted to see. I'll send out
a patch shortly that goes a bit deeper.