Commit abdadb51 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

fsnotify: Extend fsnotify_mark_info to carry fanotify marks

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 6472bdf5
......@@ -43,7 +43,10 @@
struct fsnotify_mark_info {
struct list_head list;
InotifyWdEntry *iwe;
union {
InotifyWdEntry *iwe;
FanotifyMarkEntry *fme;
};
struct file_remap *remap;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment