X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzfs%2Fzap_micro.c;h=bd3d4a8d8547c3af1d4821f06b93fb7aecad09a4;hb=a47587389e98820ea194fd16cd658491f8e4ee31;hp=49aad2a3b031d0a9ed5931f64249bcff588614b0;hpb=dee28b070057224dec67b779e80be14493a4ffb7;p=zfs.git diff --git a/module/zfs/zap_micro.c b/module/zfs/zap_micro.c index 49aad2a..bd3d4a8 100644 --- a/module/zfs/zap_micro.c +++ b/module/zfs/zap_micro.c @@ -20,6 +20,7 @@ */ /* * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011 by Delphix. All rights reserved. */ #include @@ -1404,7 +1405,7 @@ zap_count_write(objset_t *os, uint64_t zapobj, const char *name, int add, } /* - * We lock the zap with adding == FALSE. Because, if we pass + * We lock the zap with adding == FALSE. Because, if we pass * the actual value of add, it could trigger a mzap_upgrade(). * At present we are just evaluating the possibility of this operation * and hence we donot want to trigger an upgrade.