diff options
Diffstat (limited to 'fs/notify')
-rw-r--r-- | fs/notify/fanotify/fanotify_user.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/notify/fanotify/fanotify_user.c b/fs/notify/fanotify/fanotify_user.c index 287a22c04149..70fe65437d21 100644 --- a/fs/notify/fanotify/fanotify_user.c +++ b/fs/notify/fanotify/fanotify_user.c | |||
@@ -211,14 +211,6 @@ static int prepare_for_access_response(struct fsnotify_group *group, | |||
211 | re->fd = fd; | 211 | re->fd = fd; |
212 | 212 | ||
213 | mutex_lock(&group->fanotify_data.access_mutex); | 213 | mutex_lock(&group->fanotify_data.access_mutex); |
214 | |||
215 | if (atomic_read(&group->fanotify_data.bypass_perm)) { | ||
216 | mutex_unlock(&group->fanotify_data.access_mutex); | ||
217 | kmem_cache_free(fanotify_response_event_cache, re); | ||
218 | FANOTIFY_E(event)->response = FAN_ALLOW; | ||
219 | return 0; | ||
220 | } | ||
221 | |||
222 | list_add_tail(&re->list, &group->fanotify_data.access_list); | 214 | list_add_tail(&re->list, &group->fanotify_data.access_list); |
223 | mutex_unlock(&group->fanotify_data.access_mutex); | 215 | mutex_unlock(&group->fanotify_data.access_mutex); |
224 | 216 | ||