freebsd-dev/sys/ufs
John Baldwin 96e1934a43 Use ffs() to locate free bits in the inode bitmap rather than a loop with
bit shifts.

Reviewed by:	mckusick
MFC after:	1 month
2011-03-04 22:26:41 +00:00
..
ffs Use ffs() to locate free bits in the inode bitmap rather than a loop with 2011-03-04 22:26:41 +00:00
ufs v_mountedhere is a member of the union. Check that the vnodes have 2011-02-19 07:47:25 +00:00