mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
files: Users counter is not required on file desc
It's used only to check whether we should do file re-send and verify we've served all the cliens. This can be replaced with proper list manipulations. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -37,7 +37,6 @@ struct fdinfo_desc {
|
||||
u32 type;
|
||||
u64 addr;
|
||||
int pid;
|
||||
futex_t users;
|
||||
struct list_head list;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user