svn commit: r294188 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

Allan Jude allanjude at FreeBSD.org
Sat Jan 16 18:39:56 UTC 2016


Author: allanjude
Date: Sat Jan 16 18:39:54 2016
New Revision: 294188
URL: https://svnweb.freebsd.org/changeset/base/294188

Log:
  MFC: r287337
    Apply the noline attribute to vdev_queue_max_async_writes
  
    This makes it possible to analyze the performance of the new ZFS
    write throttle with dtrace
  
  PR:		200316
  Sponsored by:	FreeBSD Mastery: Advanced ZFS

Modified:
  stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c
==============================================================================
--- stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c	Sat Jan 16 18:20:47 2016	(r294187)
+++ stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c	Sat Jan 16 18:39:54 2016	(r294188)
@@ -520,7 +520,7 @@ vdev_queue_class_min_active(zio_priority
 	}
 }
 
-static int
+static __noinline int
 vdev_queue_max_async_writes(spa_t *spa)
 {
 	int writes;


More information about the svn-src-all mailing list