Re: [PATCH perf/core v4 04/19] perf: Add lsdir to read a directory

From: Arnaldo Carvalho de Melo
Date: Tue Apr 26 2016 - 09:40:29 EST


Em Tue, Apr 26, 2016 at 06:02:42PM +0900, Masami Hiramatsu escreveu:
> From: Masami Hiramatsu <masami.hiramatsu.pt@xxxxxxxxxxx>
>
> As a utility function, add lsdir() which reads given
> directory and store entry name into a strlist.
> lsdir accepts a filter function so that user can
> filter out unneeded entries.
>
> Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@xxxxxxxxxxx>
> Signed-off-by: Masami Hiramatsu <mhiramat@xxxxxxxxxx>

Thanks, applied.

- Arnaldo