svn commit: r251171 - in head/sys: fs/ext2fs fs/nandfs fs/nfsclient fs/nfsserver kern nfsclient nfsserver sys ufs/ffs

Benjamin Kaduk bjkfbsd at gmail.com
Fri May 31 01:01:17 UTC 2013


On Thu, May 30, 2013 at 8:43 PM, Jeff Roberson <jeff at freebsd.org> wrote:

> Author: jeff
> Date: Fri May 31 00:43:41 2013
> New Revision: 251171
> URL: http://svnweb.freebsd.org/changeset/base/251171
>
> Log:
>    - Convert the bufobj lock to rwlock.
>    - Use a shared bufobj lock in getblk() and inmem().
>    - Convert softdep's lk to rwlock to match the bufobj lock.
>    - Move INFREECNT to b_flags and protect it with the buf lock.
>    - Remove unnecessary locking around bremfree() and BKGRDINPROG.
>

Do we need a __FreeBSD_version bump for out-of-tree filesystems?

-Ben Kaduk


More information about the svn-src-all mailing list