commit | 5dd03f55fd2f21916ce248bb2e68bbfb39d94fe5 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Oct 28 17:21:57 2010 -0400 |
committer | Eric Paris <eparis@redhat.com> | Thu Oct 28 17:22:14 2010 -0400 |
tree | 3d4446ce07126b9983849a41670542c69bb400bd | |
parent | 2529a0df0f64dab1f60ae08e038b89c53a6b4c02 [diff] |
fanotify: allow userspace to override max queue depth fanotify has a defualt max queue depth. This patch allows processes which explicitly request it to have an 'unlimited' queue depth. These processes need to be very careful to make sure they cannot fall far enough behind that they OOM the box. Thus this flag is gated on CAP_SYS_ADMIN. Signed-off-by: Eric Paris <eparis@redhat.com>