Searched hist:144584 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/compat/linprocfs/
H A Dlinprocfs.cdiff 206081 Fri Apr 02 04:56:24 MDT 2010 netchild Re-apply r205683 with some modifications:
Fix some bogus values in linprocfs.

Submitted by: Petr Salinger <Petr.Salinger@seznam.cz>
Verified on: GNU/kFreeBSD debian 8.0-1-686 (by submitter)
PR: 144584

Reviewed by / discussed with: kib, des, jhb, submitter
diff 205683 Fri Mar 26 09:49:07 MDT 2010 netchild Fix some bogus values in linprocfs.

Submitted by: Petr Salinger <Petr.Salinger@seznam.cz>
Verified on: GNU/kFreeBSD debian 8.0-1-686 (by submitter)
PR: 144584
/freebsd-11-stable/sys/kern/
H A Dvfs_default.cdiff 144584 Sun Apr 03 08:24:03 MDT 2005 jeff - Now that writes to character devices supporting softupdates can
generate dirty bufs even with a locked vnode, 100 retries is not that
many. This should probably change from a retry count to an abort when
we are no longer cleaning any buffers.
- Don't call vprint() while we still hold the vnode locked. Move the call
to later in the function.
- Clean up a comment.

Completed in 126 milliseconds