diff --git a/fsnotify.c b/fsnotify.c index 4181c8fe2..da972fd4b 100644 --- a/fsnotify.c +++ b/fsnotify.c @@ -43,7 +43,10 @@ struct fsnotify_mark_info { struct list_head list; - InotifyWdEntry *iwe; + union { + InotifyWdEntry *iwe; + FanotifyMarkEntry *fme; + }; struct file_remap *remap; };