2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-23 10:28:05 +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:
Cyrill Gorcunov 2013-01-14 20:48:00 +04:00 committed by Pavel Emelyanov
parent 6472bdf545
commit abdadb51b3

View File

@ -43,7 +43,10 @@
struct fsnotify_mark_info { struct fsnotify_mark_info {
struct list_head list; struct list_head list;
InotifyWdEntry *iwe; union {
InotifyWdEntry *iwe;
FanotifyMarkEntry *fme;
};
struct file_remap *remap; struct file_remap *remap;
}; };