Re: [libvirt] [PATCH] util: Fix a bug in virResctrlMonitorGetStats

2018-11-20 Thread John Ferlan
On 11/19/18 9:10 PM, Wang Huaqiang wrote: > The path argument of virFileIsDir should be a full name > of file, pathname and filename. Fixed it by passing the > full path name to virFileIsDir. > > Signed-off-by: Wang Huaqiang > --- > src/util/virresctrl.c | 9 - > 1 file changed, 8

[libvirt] [PATCH] util: Fix a bug in virResctrlMonitorGetStats

2018-11-19 Thread Wang Huaqiang
The path argument of virFileIsDir should be a full name of file, pathname and filename. Fixed it by passing the full path name to virFileIsDir. Signed-off-by: Wang Huaqiang --- src/util/virresctrl.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git