Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140092083
D31914.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
371 B
Referenced Files
None
Subscribers
None
D31914.diff
View Options
diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c
--- a/sys/kern/vfs_aio.c
+++ b/sys/kern/vfs_aio.c
@@ -2826,6 +2826,8 @@
CP(job32, *kcb, aio_fildes);
CP(job32, *kcb, aio_offset);
CP(job32, *kcb, aio_lio_opcode);
+ if (type == LIO_NOP)
+ type = kcb->aio_lio_opcode;
if (type & LIO_VECTORED) {
iov32 = PTRIN(job32.aio_iov);
CP(job32, *kcb, aio_iovcnt);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 3:13 AM (16 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27106032
Default Alt Text
D31914.diff (371 B)
Attached To
Mode
D31914: aio: Fix up the opcode in aiocb32_copyin()
Attached
Detach File
Event Timeline
Log In to Comment