Merge branch 'for-next' of git://git.infradead.org/users/eparis/notify
[deliverable/linux.git] / fs / notify / notification.c
index c887b1378f7ed5087eca0df3ca745e15d9a88cc6..7b51b05f160c36846e47a8f1b7cb417bed9ed914 100644 (file)
@@ -18,7 +18,7 @@
 
 /*
  * Basic idea behind the notification queue: An fsnotify group (like inotify)
- * sends the userspace notification about events asyncronously some time after
+ * sends the userspace notification about events asynchronously some time after
  * the event happened.  When inotify gets an event it will need to add that
  * event to the group notify queue.  Since a single event might need to be on
  * multiple group's notification queues we can't add the event directly to each
@@ -225,6 +225,7 @@ alloc_holder:
        mutex_unlock(&group->notification_mutex);
 
        wake_up(&group->notification_waitq);
+       kill_fasync(&group->fsn_fa, SIGIO, POLL_IN);
        return return_event;
 }
 
This page took 0.025156 seconds and 5 git commands to generate.