aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify/dnotify
diff options
context:
space:
mode:
Diffstat (limited to 'fs/notify/dnotify')
-rw-r--r--fs/notify/dnotify/dnotify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/notify/dnotify/dnotify.c b/fs/notify/dnotify/dnotify.c
index d9d80f502c6f..12f9e6b1ffe2 100644
--- a/fs/notify/dnotify/dnotify.c
+++ b/fs/notify/dnotify/dnotify.c
@@ -183,6 +183,7 @@ static struct fsnotify_ops dnotify_fsnotify_ops = {
183 .should_send_event = dnotify_should_send_event, 183 .should_send_event = dnotify_should_send_event,
184 .free_group_priv = NULL, 184 .free_group_priv = NULL,
185 .freeing_mark = dnotify_freeing_mark, 185 .freeing_mark = dnotify_freeing_mark,
186 .free_event_priv = NULL,
186}; 187};
187 188
188/* 189/*