From 61d976838ee0c3eeda295818ff44f44327b0596d Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sun, 25 Jan 2009 13:44:22 +0100 Subject: cache_iterators: start a clean session if commit finds an entry The current commit code updates an entry it still exists in the kernel. With this patch, we delete the entry and create a new one to make sure that we start a clean session. Signed-off-by: Pablo Neira Ayuso --- include/cache.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/cache.h') diff --git a/include/cache.h b/include/cache.h index 697a64b..bb0ca4d 100644 --- a/include/cache.h +++ b/include/cache.h @@ -83,7 +83,6 @@ struct cache { uint32_t upd_fail_enoent; uint32_t commit_ok; - uint32_t commit_exist; uint32_t commit_fail; uint32_t flush; -- cgit v1.2.3