Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/miscfs/fifofs



Module Name:    src
Committed By:   wrstuden
Date:           Wed Jun 16 19:22:26 UTC 2004

Modified Files:
        src/sys/miscfs/fifofs: fifo.h

Log Message:
Change fifo_{un,}lock and fifo_islocked to use the "real" lock
ops, not the nolock variants. Should have no real impact as according
to mkid, we only use fifo_vnodeop_entries, via fifo_vnodeop_p,
for selective operations on fifos. All the fifo users use the native
file system's locking routines.

Removes one use of genfs_nolock and friends.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/miscfs/fifofs/fifo.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index