From: Eric Paris Date: Wed, 18 Aug 2010 16:25:49 +0000 (-0400) Subject: fsnotify: reset used_inode and used_vfsmount on each pass X-Git-Tag: v2.6.36-rc3~6^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f3f259fa8f1d7969360acfad5307d03c2f53d63;p=pandora-kernel.git fsnotify: reset used_inode and used_vfsmount on each pass The fsnotify main loop has 2 booleans which tell if a particular mark was sent to the listeners or if it should be processed in the next pass. The problem is that the booleans were not reset on each traversal of the loop. So marks could get skipped even when they were not sent to the notifiers. Reported-by: Tvrtko Ursulin Signed-off-by: Eric Paris --- Reading git-diff-tree failed