svn commit: r316910 - in vendor-sys/illumos/dist: common/nvpair uts/common/fs/zfs

Andriy Gapon avg at FreeBSD.org
Fri Apr 14 18:22:43 UTC 2017


Author: avg
Date: Fri Apr 14 18:22:42 2017
New Revision: 316910
URL: https://svnweb.freebsd.org/changeset/base/316910

Log:
  7812 Remove gender specific language
  
  illumos/illumos-gate at 48bbca816818409505a6e214d0911fda44e622e3
  https://github.com/illumos/illumos-gate/commit/48bbca816818409505a6e214d0911fda44e622e3
  
  https://www.illumos.org/issues/7812
    This change removes all gendered language that did not refer specifically
    to an individual person or pet. The convention taken was to use
    variations on "they" when referring to users and/or human beings, while
    using "it" when referring to code, functions, and/or libraries.
    Additionally, we took the liberty to fix up any whitespace issues that
    were found in any files that were already being modified.
  
  Reviewed by: Matt Ahrens <mahrens at delphix.com>
  Reviewed by: Prakash Surya <prakash.surya at delphix.com>
  Reviewed by: Steve Gonczi <steve.gonczi at delphix.com>
  Reviewed by: Chris Williamson <chris.williamson at delphix.com>
  Reviewed by: George Wilson <george.wilson at delphix.com>
  Reviewed by: Igor Kozhukhov <igor at dilos.org>
  Reviewed by: Dan McDonald <danmcd at omniti.com>
  Reviewed by: Robert Mustacchi <rm at joyent.com>
  Approved by: Richard Lowe <richlowe at richlowe.net>
  Author: Daniel Hoffman <dj.hoffman at delphix.com>

Modified:
  vendor-sys/illumos/dist/common/nvpair/nvpair.c
  vendor-sys/illumos/dist/uts/common/fs/zfs/zfs_dir.c
  vendor-sys/illumos/dist/uts/common/fs/zfs/zio.c

Modified: vendor-sys/illumos/dist/common/nvpair/nvpair.c
==============================================================================
--- vendor-sys/illumos/dist/common/nvpair/nvpair.c	Fri Apr 14 18:21:58 2017	(r316909)
+++ vendor-sys/illumos/dist/common/nvpair/nvpair.c	Fri Apr 14 18:22:42 2017	(r316910)
@@ -2375,7 +2375,7 @@ nvlist_xpack(nvlist_t *nvl, char **bufp,
 	 * 1. The nvlist has fixed allocator properties.
 	 *    All other nvlist routines (like nvlist_add_*, ...) use
 	 *    these properties.
-	 * 2. When using nvlist_pack() the user can specify his own
+	 * 2. When using nvlist_pack() the user can specify their own
 	 *    allocator properties (e.g. by using KM_NOSLEEP).
 	 *
 	 * We use the user specified properties (2). A clearer solution

Modified: vendor-sys/illumos/dist/uts/common/fs/zfs/zfs_dir.c
==============================================================================
--- vendor-sys/illumos/dist/uts/common/fs/zfs/zfs_dir.c	Fri Apr 14 18:21:58 2017	(r316909)
+++ vendor-sys/illumos/dist/uts/common/fs/zfs/zfs_dir.c	Fri Apr 14 18:22:42 2017	(r316910)
@@ -21,7 +21,7 @@
 
 /*
  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
- * Copyright (c) 2013, 2015 by Delphix. All rights reserved.
+ * Copyright (c) 2013, 2016 by Delphix. All rights reserved.
  * Copyright 2017 Nexenta Systems, Inc.
  */
 
@@ -287,8 +287,8 @@ zfs_dirent_lock(zfs_dirlock_t **dlpp, zn
 		 * dl_name in case the first thread goes away before we do.
 		 * Note that we initialize the new name before storing its
 		 * pointer into dl_name, because the first thread may load
-		 * dl->dl_name at any time.  He'll either see the old value,
-		 * which is his, or the new shared copy; either is OK.
+		 * dl->dl_name at any time.  It'll either see the old value,
+		 * which belongs to it, or the new shared copy; either is OK.
 		 */
 		dl->dl_namesize = strlen(dl->dl_name) + 1;
 		name = kmem_alloc(dl->dl_namesize, KM_SLEEP);

Modified: vendor-sys/illumos/dist/uts/common/fs/zfs/zio.c
==============================================================================
--- vendor-sys/illumos/dist/uts/common/fs/zfs/zio.c	Fri Apr 14 18:21:58 2017	(r316909)
+++ vendor-sys/illumos/dist/uts/common/fs/zfs/zio.c	Fri Apr 14 18:22:42 2017	(r316910)
@@ -1679,7 +1679,7 @@ zio_reexecute(zio_t *pio)
 	/*
 	 * Now that all children have been reexecuted, execute the parent.
 	 * We don't reexecute "The Godfather" I/O here as it's the
-	 * responsibility of the caller to wait on him.
+	 * responsibility of the caller to wait on it.
 	 */
 	if (!(pio->io_flags & ZIO_FLAG_GODFATHER)) {
 		pio->io_queued_timestamp = gethrtime();


More information about the svn-src-vendor mailing list