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
This commit is contained in:
parent
ae7f4a4433
commit
69ba2d5576
@ -508,7 +508,7 @@ vdev_queue_class_min_active(zio_priority_t p)
|
||||
}
|
||||
}
|
||||
|
||||
static int
|
||||
static __noinline int
|
||||
vdev_queue_max_async_writes(spa_t *spa)
|
||||
{
|
||||
int writes;
|
||||
|
Loading…
Reference in New Issue
Block a user