2
0
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:
Pavel Emelyanov
2012-04-02 21:58:34 +04:00
parent 89492de3ef
commit 68a793a05c
2 changed files with 5 additions and 15 deletions

View File

@@ -37,7 +37,6 @@ struct fdinfo_desc {
u32 type;
u64 addr;
int pid;
futex_t users;
struct list_head list;
};