]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use ffs() to locate free bits in the inode and block bitmaps rather than
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 24 Feb 2011 22:11:36 +0000 (22:11 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 24 Feb 2011 22:11:36 +0000 (22:11 +0000)
commit056c6c933c8b65bfd965174bfdb1a6ad961d1900
tree58aff3aa80c108929fb0bc775169ccf53600f78c
parentb7f8a68b044adfff3aeb4bc166760880d365327c
Use ffs() to locate free bits in the inode and block bitmaps rather than
loops with bit shifts.
sys/fs/ext2fs/ext2_alloc.c