Skip to content
Commit bdae997f authored by Keith Packard's avatar Keith Packard Committed by Eric Paris
Browse files

fs/notify/inotify: decrement user inotify count on close



The per-user inotify_devs value is incremented each time a new file is
allocated, but never decremented. This led to inotify_init failing after a
limited number of calls.

Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
Signed-off-by: default avatarEric Paris <eparis@redhat.com>
parent d960eea9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment