Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
criu/files: Don't cache fd ids for device files
Restore operation fails when we perform CR operation of multiple independent proceses that have device files because criu caches the ids for the device files with same mnt_ids, inode pair. This change ensures that even in case of a cached id found for a device, a unique subid is generated and returned which is used for dumping. Suggested-by: Andrei Vagin <[email protected]> Signed-off-by: Rajneesh Bhardwaj <[email protected]>
- Loading branch information