Date: Fri, 4 Mar 2011 22:26:41 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/ufs/ffs ffs_alloc.c Message-ID: <201103042226.p24MQrHK024018@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2011-03-04 22:26:41 UTC FreeBSD src repository Modified files: sys/ufs/ffs ffs_alloc.c Log: SVN rev 219276 on 2011-03-04 22:26:41Z by jhb Use ffs() to locate free bits in the inode bitmap rather than a loop with bit shifts. Reviewed by: mckusick MFC after: 1 month Revision Changes Path 1.161 +6 -10 src/sys/ufs/ffs/ffs_alloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103042226.p24MQrHK024018>