inotify: remove debug code
commit193d3df0197c4b9a63012f67e976c183865f5aca
authorNick Piggin <npiggin@suse.de>
Wed, 6 Feb 2008 09:37:29 +0000 (6 01:37 -0800)
committerOliver Pinter <oliver.pntr@gmail.com>
Wed, 2 Apr 2008 19:10:11 +0000 (2 21:10 +0200)
tree1a49d2fc57d1eeffe8332619e06a2a4d94cbf107
parent00baa19e1f7f4d6f156578288ecb4c65d62534ad
inotify: remove debug code

The inotify debugging code is supposed to verify that the
DCACHE_INOTIFY_PARENT_WATCHED scalability optimisation does not result in
notifications getting lost nor extra needless locking generated.

Unfortunately there are also some races in the debugging code.  And it isn't
very good at finding problems anyway.  So remove it for now.

Signed-off-by: Nick Piggin <npiggin@suse.de>
Cc: Robert Love <rlove@google.com>
Cc: John McCutchan <ttb@tentacle.dhs.org>
Cc: Jan Kara <jack@ucw.cz>
Cc: Yan Zheng <yanzheng@21cn.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/dcache.c
fs/inotify.c