Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154229691
D31535.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
624 B
Referenced Files
None
Subscribers
None
D31535.id.diff
View Options
diff --git a/tests/sys/aio/aio_test.c b/tests/sys/aio/aio_test.c
--- a/tests/sys/aio/aio_test.c
+++ b/tests/sys/aio/aio_test.c
@@ -924,13 +924,6 @@
ZVOL_SIZE " %s", zvol_name);
ATF_REQUIRE_EQ_MSG(0, system(cmd),
"zfs create failed: %s", strerror(errno));
- /*
- * XXX Due to bug 251828, we need an extra "zfs set" here
- * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251828
- */
- snprintf(cmd, sizeof(cmd), "zfs set volmode=dev %s", zvol_name);
- ATF_REQUIRE_EQ_MSG(0, system(cmd),
- "zfs set failed: %s", strerror(errno));
snprintf(devname, sizeof(devname), "/dev/zvol/%s", zvol_name);
do {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 28, 7:03 AM (7 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32257381
Default Alt Text
D31535.id.diff (624 B)
Attached To
Mode
D31535: aio: revert the workaround for bug 251828 in the tests
Attached
Detach File
Event Timeline
Log In to Comment