Author: kib
Date: Tue Dec  8 01:45:36 2020
New Revision: 368428
URL: https://svnweb.freebsd.org/changeset/base/368428

Log:
  MFC r368262:
  vfs_aio.c: correct comment.

Modified:
  stable/12/sys/kern/vfs_aio.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/kern/vfs_aio.c
==============================================================================
--- stable/12/sys/kern/vfs_aio.c        Tue Dec  8 01:44:16 2020        
(r368427)
+++ stable/12/sys/kern/vfs_aio.c        Tue Dec  8 01:45:36 2020        
(r368428)
@@ -248,8 +248,8 @@ struct aioproc {
  */
 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 */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to