Source-Changes archive

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

CVS commit: src/sys/fs/union



Module Name:    src
Committed By:   hannken
Date:           Fri Aug 12 17:41:17 UTC 2011

Modified Files:
        src/sys/fs/union: union.h union_subr.c union_vnops.c

Log Message:
Change some `#ifdef DIAGNOSTIC' to `KASSERT'.
Instead of a `pid_t' use a `lwp_t *' for locking diagnostics.

No functional changes intended.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/fs/union/union.h
cvs rdiff -u -r1.47 -r1.48 src/sys/fs/union/union_subr.c
cvs rdiff -u -r1.44 -r1.45 src/sys/fs/union/union_vnops.c

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