Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   chs
Date:           Fri Jun  2 00:32:12 UTC 2017

Modified Files:
        src/share/man/man9: localcount.9
        src/sys/kern: subr_localcount.c
        src/sys/sys: localcount.h

Log Message:
localcount_init() can't fail because percpu_alloc() can't fail.
remove the check and change the return type to void.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/localcount.9
cvs rdiff -u -r1.3 -r1.4 src/sys/kern/subr_localcount.c
cvs rdiff -u -r1.3 -r1.4 src/sys/sys/localcount.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