diff options
| author | Brian Behlendorf <behlendorf1@llnl.gov> | 2013-07-24 16:57:56 +0000 |
|---|---|---|
| committer | Brian Behlendorf <behlendorf1@llnl.gov> | 2013-07-30 05:05:32 +0000 |
| commit | c93504f03a0881992689069a8f78e17933dcd5b3 (patch) | |
| tree | 4acf4d3d5f559e13493494246dd82b7f984a6ce1 /module/zfs | |
| parent | 6e1d7276c94cbd7c2e19f9232f6ba4bafa62dbe0 (diff) | |
Diffstat (limited to 'module/zfs')
| -rw-r--r-- | module/zfs/arc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/arc.c b/module/zfs/arc.c index 3fd4fa0619d8..dca17ab61d31 100644 --- a/module/zfs/arc.c +++ b/module/zfs/arc.c @@ -640,7 +640,7 @@ unsigned long l2arc_feed_secs = L2ARC_FEED_SECS; /* interval seconds */ unsigned long l2arc_feed_min_ms = L2ARC_FEED_MIN_MS; /* min interval msecs */ int l2arc_noprefetch = B_TRUE; /* don't cache prefetch bufs */ int l2arc_feed_again = B_TRUE; /* turbo warmup */ -int l2arc_norw = B_TRUE; /* no reads during writes */ +int l2arc_norw = B_FALSE; /* no reads during writes */ /* * L2ARC Internals |
