commit | b4277d3dd5a7400c1ea7fd4e7d64bda8899f84f5 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Dec 17 20:12:06 2009 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 09:58:19 2010 -0400 |
tree | 6b309bd5d5362292dded47af3ecf739c509892b1 | |
parent | 1a3aedbce416dfdbd5d5ac14a0edbcf21a62ee50 [diff] |
fsnotify: use fsnotify_create_event to allocate the q_overflow event Currently fsnotify defines a static fsnotify event which is sent when a group overflows its allotted queue length. This patch just allocates that event from the event cache rather than defining it statically. There is no known reason that the current implementation is wrong, but this makes sure the event is initialized and created like any other. Signed-off-by: Eric Paris <eparis@redhat.com>