diff options
Diffstat (limited to 'fs/notify')
-rw-r--r-- | fs/notify/fanotify/fanotify_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/notify/fanotify/fanotify_user.c b/fs/notify/fanotify/fanotify_user.c index 87f0be852f71..7c869fa23ec6 100644 --- a/fs/notify/fanotify/fanotify_user.c +++ b/fs/notify/fanotify/fanotify_user.c | |||
@@ -231,7 +231,7 @@ static void remove_access_response(struct fsnotify_group *group, | |||
231 | struct fsnotify_event *event, | 231 | struct fsnotify_event *event, |
232 | __s32 fd) | 232 | __s32 fd) |
233 | { | 233 | { |
234 | return 0; | 234 | return; |
235 | } | 235 | } |
236 | #endif | 236 | #endif |
237 | 237 | ||