Date: Mon, 31 Aug 2015 23:10:43 +0000 (UTC) From: Allan Jude <allanjude@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r287337 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs Message-ID: <201508312310.t7VNAhjq044053@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: allanjude Date: Mon Aug 31 23:10:42 2015 New Revision: 287337 URL: https://svnweb.freebsd.org/changeset/base/287337 Log: 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 Submitted by: Lacey Powers <lacey.leanne@gmail.com> Reviewed by: avg, smh, delphij (no objection) Approved by: bapt (mentor) MFC after: 1 month Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D3472 Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c ============================================================================== --- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c Mon Aug 31 23:08:39 2015 (r287336) +++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c Mon Aug 31 23:10:42 2015 (r287337) @@ -508,7 +508,7 @@ vdev_queue_class_min_active(zio_priority } } -static int +static __noinline int vdev_queue_max_async_writes(spa_t *spa) { int writes;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508312310.t7VNAhjq044053>