From: Eric Paris Date: Fri, 18 Dec 2009 01:27:10 +0000 (-0500) Subject: inotify: do not reuse watch descriptors X-Git-Tag: v2.6.36-rc1~303^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7050c48826d5adb2210bddfb6a67aa13bbe984ed;p=pandora-kernel.git inotify: do not reuse watch descriptors Prior to 2.6.31 inotify would not reuse watch descriptors until all of them had been used at least once. After the rewrite inotify would reuse watch descriptors. The selinux utility 'restorecond' was found to have problems when watch descriptors were reused. This patch reverts to the pre inotify rewrite behavior to not reuse watch descriptors. Signed-off-by: Eric Paris --- Reading git-diff-tree failed