diff options
author | attilio <attilio@FreeBSD.org> | 2008-01-08 23:48:31 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2008-01-08 23:48:31 +0000 |
commit | 9e182da1916d63733010443cc5d45688fe47c3e7 (patch) | |
tree | 8b4bc5a73ee6f8eec360e2bca8b5a48ec5a6bea6 /sys/vm/vm_page.h | |
parent | 1975c095433557ab04b0b28101fb49a9320af637 (diff) | |
download | FreeBSD-src-9e182da1916d63733010443cc5d45688fe47c3e7.zip FreeBSD-src-9e182da1916d63733010443cc5d45688fe47c3e7.tar.gz |
Remove explicit calling of lockmgr() with the NULL argument.
Now, lockmgr() function can only be called passing curthread and the
KASSERT() is upgraded according with this.
In order to support on-the-fly owner switching, the new function
lockmgr_disown() has been introduced and gets used in BUF_KERNPROC().
KPI, so, results changed and FreeBSD version will be bumped soon.
Differently from previous code, we assume idle thread cannot try to
acquire the lockmgr as it cannot sleep, so loose the relative check[1]
in BUF_KERNPROC().
Tested by: kris
[1] kib asked for a KASSERT in the lockmgr_disown() about this
condition, but after thinking at it, as this is a well known general
rule, I found it not really necessary.
Diffstat (limited to 'sys/vm/vm_page.h')
0 files changed, 0 insertions, 0 deletions