From 2f82b18b4bca8f2ef1c8ba6c6faa76f1bda71253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Tue, 26 Oct 2010 08:59:52 +0200 Subject: [PATCH] Removed an obsolete debug sequence --- src/lowntfs-3g.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/lowntfs-3g.c b/src/lowntfs-3g.c index 44a5f7d2..0e549db9 100644 --- a/src/lowntfs-3g.c +++ b/src/lowntfs-3g.c @@ -2154,14 +2154,6 @@ static int ntfs_fuse_rm(fuse_req_t req, fuse_ino_t parent, const char *name) goto exit; } -{ /* temporary */ -struct open_file *prev = (struct open_file*)NULL; -for (of=ctx->open_files; of; of=of->next) -{ -if (of->previous != prev) ntfs_log_error("bad chaining\n"); -prev = of; -} -} of = ctx->open_files; ino = (fuse_ino_t)MREF(iref); /* improvable search in open files list... */