Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Mar 2018 03:08:21 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r330730 - stable/11/sys/sys
Message-ID:  <201803100308.w2A38LdK000292@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Sat Mar 10 03:08:20 2018
New Revision: 330730
URL: https://svnweb.freebsd.org/changeset/base/330730

Log:
  MFC r329174:
  
  Fix a comment.  No functional change.
  
  Sponsored by:	Spectra Logic Corp

Modified:
  stable/11/sys/sys/aio.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/sys/aio.h
==============================================================================
--- stable/11/sys/sys/aio.h	Sat Mar 10 03:06:55 2018	(r330729)
+++ stable/11/sys/sys/aio.h	Sat Mar 10 03:08:20 2018	(r330730)
@@ -52,7 +52,7 @@
 #define	LIO_WAIT		0x1
 
 /*
- * Maximum number of allowed LIO operations
+ * Maximum number of operations in a single lio_listio call
  */
 #define	AIO_LISTIO_MAX		16
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803100308.w2A38LdK000292>