FreeBSD Bugzilla – Attachment #156921: patch against 10.1-RELEASE to fix the issue. for
bug #200316
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 200316
Collapse All
|
Expand All
(-)
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_queue.c (-1 / +1 lines)
Lines 423-429
Link Here
423
}
423
}
424
}
424
}
425
425
426
static int
426
static __noinline int
427
vdev_queue_max_async_writes(spa_t *spa)
427
vdev_queue_max_async_writes(spa_t *spa)
428
{
428
{
429
int writes;
429
int writes;
Return to
bug 200316