Home
last modified time | relevance | path

Searched refs:last_event (Results 1 – 1 of 1) sorted by relevance

/fs/notify/inotify/
Dinotify_fsnotify.c52 struct fsnotify_event *last_event; in inotify_merge() local
54 last_event = list_entry(list->prev, struct fsnotify_event, list); in inotify_merge()
55 return event_compare(last_event, event); in inotify_merge()