Removed an obsolete debug sequence

PERMISSION_HANDLING_BRANCH
Jean-Pierre André 2010-10-26 08:59:52 +02:00
parent 563f5dda3f
commit 2f82b18b4b
1 changed files with 0 additions and 8 deletions

View File

@ -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... */