From: Keith Packard Date: Thu, 2 Jul 2009 04:56:38 +0000 (-0700) Subject: fs/notify/inotify: decrement user inotify count on close X-Git-Tag: v2.6.31-rc2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdae997f44535ac4ebe1e055ffe59eeee946f453;p=pandora-kernel.git 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: Keith Packard Signed-off-by: Eric Paris --- Reading git-diff-tree failed