svn commit: r232823 - head/sys/fs/fifofs

Konstantin Belousov kib at FreeBSD.org
Sun Mar 11 15:58:28 UTC 2012


Author: kib
Date: Sun Mar 11 15:58:27 2012
New Revision: 232823
URL: http://svn.freebsd.org/changeset/base/232823

Log:
  Update comment.
  
  Submitted by:	gianni

Modified:
  head/sys/fs/fifofs/fifo_vnops.c

Modified: head/sys/fs/fifofs/fifo_vnops.c
==============================================================================
--- head/sys/fs/fifofs/fifo_vnops.c	Sun Mar 11 13:39:19 2012	(r232822)
+++ head/sys/fs/fifofs/fifo_vnops.c	Sun Mar 11 15:58:27 2012	(r232823)
@@ -59,7 +59,7 @@
  * Notes about locking:
  *   - fi_pipe is invariant since init time.
  *   - fi_readers and fi_writers are protected by the vnode lock.
- *   - fi_wgen is protected by the pipe mutex.
+ *   - fi_wgen and fi_seqcount are protected by the pipe mutex.
  */
 struct fifoinfo {
 	struct pipe *fi_pipe;


More information about the svn-src-all mailing list