]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r282331:
authormarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 29 May 2015 03:47:35 +0000 (03:47 +0000)
committermarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 29 May 2015 03:47:35 +0000 (03:47 +0000)
commitf115242445d7c48e40a2d25d7b178a97f3643b54
treedee95bdafefc75f9223861df9ed36db94e0c4731
parent77b27e1a25a0e3ad2d83f4f9da4991dd3818f3fd
MFC r282331:
Don't drop the idr lock before verifying that the newly-inserted element
is present in the tree.

MFC r282741:
find_next_bit() and find_next_zero_bit(): if the caller-specified offset
lies within the last block of the bit set and no bits are set beyond the
offset, terminate the search immediately instead of continuing as though
there are further blocks in the set and subsequently returning an incorrect
result.

MFC r282743:
Ensure that msecs_to_jiffies(0) == 0.

git-svn-id: svn://svn.freebsd.org/base/stable/10@283675 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/ofed/include/linux/bitops.h
sys/ofed/include/linux/jiffies.h
sys/ofed/include/linux/linux_idr.c