https://github.com/torvalds/linux
Revision cd94c8bbef8d4b796a7ed4c551355a334604fd36 authored by Eric Paris on 17 August 2009, 01:51:49 UTC, committed by Linus Torvalds on 17 August 2009, 20:37:37 UTC
In f44aebcc the tail drop logic of events with no file backing
(q_overflow and in_ignored) was reversed so IN_IGNORED events would
never be tail dropped.  This now means that Q_OVERFLOW events are NOT
tail dropped.  The fix is to not tail drop IN_IGNORED, but to tail drop
Q_OVERFLOW.

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent eef3a11
History
Tip revision: cd94c8bbef8d4b796a7ed4c551355a334604fd36 authored by Eric Paris on 17 August 2009, 01:51:49 UTC
inotify: tail drop inotify q_overflow events
Tip revision: cd94c8b
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 952 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 148.4 KB
Makefile -rw-r--r-- 53.9 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top