From ebf8e3a237d4720e3a85fb3a168917ead4ba25d1 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 19 Apr 2012 15:55:28 -0700 Subject: Illumos #1909: disk sync write perf regression when slog is used post oi_148 Reviewed by: Matt Ahrens Reviewed by: Eric Schrock Reviewed by: Robert Mustacchi Reviewed by: Bill Pijewski Reviewed by: Richard Elling Reviewed by: Steve Gonczi Reviewed by: Garrett D'Amore Reviewed by: Dan McDonald Reviewed by: Albert Lee Approved by: Eric Schrock Refererces to Illumos issue: https://www.illumos.org/issues/1909 Signed-off-by: Brian Behlendorf Closes #680 --- module/zfs/metaslab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/zfs/metaslab.c') diff --git a/module/zfs/metaslab.c b/module/zfs/metaslab.c index b089f1eac..c33c5e8c7 100644 --- a/module/zfs/metaslab.c +++ b/module/zfs/metaslab.c @@ -20,7 +20,7 @@ */ /* * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2011 by Delphix. All rights reserved. + * Copyright (c) 2012 by Delphix. All rights reserved. */ #include @@ -38,7 +38,7 @@ * avoid having to load lots of space_maps in a given txg. There are, * however, some cases where we want to avoid "fast" ganging and instead * we want to do an exhaustive search of all metaslabs on this device. - * Currently we don't allow any gang or dump device related allocations + * Currently we don't allow any gang, zil, or dump device related allocations * to "fast" gang. */ #define CAN_FASTGANG(flags) \ -- cgit v1.2.3