Re: [Devel] [PATCH criu-stable] vz7/cgroup: fix ifpriomap skip

2018-01-15 Thread Cyrill Gorcunov
On Mon, Jan 15, 2018 at 01:04:24PM +0300, Pavel Tikhomirov wrote: > "!(strcmp(...))==0" stands for does not match, but we need a match here > > fixes commit f06b39de5b7b ("vz7/cgroup: Skip for awhile ifpriomap > property restore") > > Signed-off-by: Pavel Tikhomirov

[Devel] [PATCH criu-stable] vz7/cgroup: fix ifpriomap skip

2018-01-15 Thread Pavel Tikhomirov
"!(strcmp(...))==0" stands for does not match, but we need a match here fixes commit f06b39de5b7b ("vz7/cgroup: Skip for awhile ifpriomap property restore") Signed-off-by: Pavel Tikhomirov --- criu/cgroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff