Searched hist:"6 e5f77b32e9097a8a68a8d453799676cacf70cad" (Results 1 – 3 of 3) sorted by relevance
/linux/fs/notify/ |
H A D | notification.c | diff 6e5f77b32e9097a8a68a8d453799676cacf70cad Fri Dec 18 03:24:34 CET 2009 Eric Paris <eparis@redhat.com> fsnotify: intoduce a notification merge argument
Each group can define their own notification (and secondary_q) merge function. Inotify does tail drop, fanotify does matching and drop which can actually allocate a completely new event. But for fanotify to properly deal with permissions events it needs to know the new event which was ultimately added to the notification queue. This patch just implements a void ** argument which is passed to the merge function. fanotify can use this field to pass the new event back to higher layers.
Signed-off-by: Eric Paris <eparis@redhat.com> for fanotify to properly deal with permissions events
|
/linux/fs/notify/inotify/ |
H A D | inotify_fsnotify.c | diff 6e5f77b32e9097a8a68a8d453799676cacf70cad Fri Dec 18 03:24:34 CET 2009 Eric Paris <eparis@redhat.com> fsnotify: intoduce a notification merge argument
Each group can define their own notification (and secondary_q) merge function. Inotify does tail drop, fanotify does matching and drop which can actually allocate a completely new event. But for fanotify to properly deal with permissions events it needs to know the new event which was ultimately added to the notification queue. This patch just implements a void ** argument which is passed to the merge function. fanotify can use this field to pass the new event back to higher layers.
Signed-off-by: Eric Paris <eparis@redhat.com> for fanotify to properly deal with permissions events
|
/linux/fs/notify/fanotify/ |
H A D | fanotify.c | diff 6e5f77b32e9097a8a68a8d453799676cacf70cad Fri Dec 18 03:24:34 CET 2009 Eric Paris <eparis@redhat.com> fsnotify: intoduce a notification merge argument
Each group can define their own notification (and secondary_q) merge function. Inotify does tail drop, fanotify does matching and drop which can actually allocate a completely new event. But for fanotify to properly deal with permissions events it needs to know the new event which was ultimately added to the notification queue. This patch just implements a void ** argument which is passed to the merge function. fanotify can use this field to pass the new event back to higher layers.
Signed-off-by: Eric Paris <eparis@redhat.com> for fanotify to properly deal with permissions events
|