Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103178480
D27421.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
612 B
Referenced Files
None
Subscribers
None
D27421.diff
View Options
Index: head/sys/kern/vfs_aio.c
===================================================================
--- head/sys/kern/vfs_aio.c
+++ head/sys/kern/vfs_aio.c
@@ -248,8 +248,8 @@
*/
struct aioliojob {
int lioj_flags; /* (a) listio flags */
- int lioj_count; /* (a) listio flags */
- int lioj_finished_count; /* (a) listio flags */
+ int lioj_count; /* (a) count of jobs */
+ int lioj_finished_count; /* (a) count of finished jobs */
struct sigevent lioj_signal; /* (a) signal on all I/O done */
TAILQ_ENTRY(aioliojob) lioj_list; /* (a) lio list */
struct knlist klist; /* (a) list of knotes */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 10:49 PM (5 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14785120
Default Alt Text
D27421.diff (612 B)
Attached To
Mode
D27421: lio_listio(2): send signal even if number of jobs is zero
Attached
Detach File
Event Timeline
Log In to Comment