]> git.baikalelectronics.ru Git - kernel.git/commit
inotify: only warn once for inotify problems
authorEric Paris <eparis@redhat.com>
Fri, 15 Jan 2010 17:12:25 +0000 (12:12 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Jan 2010 22:49:23 +0000 (14:49 -0800)
commit517c81141184b8817382236668be39c38adca672
treec7baae0475304ef84c8f918e67b087cf7f4388a5
parenta7026772118f2f5776ee4e87285e9aaeebb38780
inotify: only warn once for inotify problems

inotify will WARN() if it finds that the idr and the fsnotify internals
somehow got out of sync.  It was only supposed to do this once but due
to this stupid bug it would warn every single time a problem was
detected.

Signed-off-by: Eric Paris <eparis@redhat.com>
Cc: stable@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/notify/inotify/inotify_fsnotify.c