X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzfs%2Fmetaslab.c;fp=module%2Fzfs%2Fmetaslab.c;h=c33c5e8c7a302ec8960d98ae64141985089f5912;hb=ebf8e3a237d4720e3a85fb3a168917ead4ba25d1;hp=b089f1eac4cf756b28dfeb326f7312053ea28ecb;hpb=409dc1a570a836737b2a5bb43658cdde703c935e;p=zfs.git diff --git a/module/zfs/metaslab.c b/module/zfs/metaslab.c index b089f1e..c33c5e8 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) \