]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r298609:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 10 May 2016 02:13:17 +0000 (02:13 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 10 May 2016 02:13:17 +0000 (02:13 +0000)
commitb628e4f6211e658ed11d1c76700fa99df1570fbf
tree95a24702c971a7db696345409bf19b71ba84997e
parentcd26248eb8f858d695bfef8d801b002734c3cc8c
MFC r298609:
ext2fs: make use of the howmany() macro when available.

We have a howmany() macro in the <sys/param.h> header that is
convenient to re-use as it makes things easier to read.

git-svn-id: svn://svn.freebsd.org/base/stable/10@299295 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/ext2fs/ext2_vfsops.c