mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 18:07:57 +00:00
fsnotify: Extend fsnotify_mark_info to carry fanotify marks
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
6472bdf545
commit
abdadb51b3
@ -43,7 +43,10 @@
|
||||
|
||||
struct fsnotify_mark_info {
|
||||
struct list_head list;
|
||||
InotifyWdEntry *iwe;
|
||||
union {
|
||||
InotifyWdEntry *iwe;
|
||||
FanotifyMarkEntry *fme;
|
||||
};
|
||||
struct file_remap *remap;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user