Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140129352
D31914.id94980.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
407 B
Referenced Files
None
Subscribers
None
D31914.id94980.diff
View Options
Index: sys/kern/vfs_aio.c
===================================================================
--- sys/kern/vfs_aio.c
+++ 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:28 PM (9 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27115193
Default Alt Text
D31914.id94980.diff (407 B)
Attached To
Mode
D31914: aio: Fix up the opcode in aiocb32_copyin()
Attached
Detach File
Event Timeline
Log In to Comment