inotify: remove debug code
commit003ee38ed3d5194eaed86e5639a58fbdc60097cc
authorNick Piggin <npiggin@suse.de>
Wed, 6 Feb 2008 09:37:29 +0000 (6 01:37 -0800)
committerOliver Pinter <oliver.pntr@gmail.com>
Thu, 1 May 2008 13:40:24 +0000 (1 15:40 +0200)
treedd28b4d7d03af479969864e13e73710dd1f17177
parent42ee9a96ef6c3b5ac691357737e44fe494070527
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>
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
fs/dcache.c
fs/inotify.c