diff options
Diffstat (limited to 'src/sync-mode.c')
-rw-r--r-- | src/sync-mode.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sync-mode.c b/src/sync-mode.c index a0ba830..699a585 100644 --- a/src/sync-mode.c +++ b/src/sync-mode.c @@ -274,10 +274,6 @@ static int init_sync(void) return -1; } - /* straight forward commit of conntrack to kernel space */ - if (CONFIG(cache_write_through)) - STATE_SYNC(sync)->external_cache_flags |= WRITE_THROUGH; - STATE_SYNC(external) = cache_create("external", STATE_SYNC(sync)->external_cache_flags, |