Module Name: src Committed By: riastradh Date: Mon Aug 22 00:20:45 UTC 2022
Modified Files: src/sys/dev: cons.c Log Message: cons(4): Ignore error from vn_lock(vp, LK_EXCUSIVE|LK_RETRY). This never fails, as is asserted in vn_lock whenever LK_RETRY is set and LK_NOWAIT is not. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/dev/cons.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.