Skip to content
Commit 7960379f authored by Pavel Emelyanov's avatar Pavel Emelyanov
Browse files

flock: Merge all file lock entries into single image file



They are now in per-pid images, but every entry contains a
pid to which it "belongs". This belonging is fake -- it's
just a pid of a task who placed the lock, while locks really
belong to files. We even have a bug when task that locked
a file exited and "delegated" the lock to its child.

This images merge reduces the amount of image files criu
generates and may simplify the fix of mentioned above issue.

Signed-off-by: default avatarPavel Emelyanov <xemul@parallels.com>
parent 4816882d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment