Searched hist:175202 (Results 51 - 51 of 51) sorted by relevance

123

/freebsd-11-stable/sys/kern/
H A Dvfs_bio.cdiff 175202 Wed Jan 09 23:10:58 MST 2008 attilio vn_lock() is currently only used with the 'curthread' passed as argument.
Remove this argument and pass curthread directly to underlying
VOP_LOCK1() VFS method. This modify makes the code cleaner and in
particular remove an annoying dependence helping next lockmgr() cleanup.
KPI results, obviously, changed.

Manpage and FreeBSD_version will be updated through further commits.

As a side note, would be valuable to say that next commits will address
a similar cleanup about VFS methods, in particular vop_lock1 and
vop_unlock.

Tested by: Diego Sardina <siarodx at gmail dot com>,
Andrea Di Pasquale <whyx dot it at gmail dot com>

Completed in 142 milliseconds

123