commit 18f3c2d2a3016f1710b183a8c79f853d61426981
Author: Matthew Dillon <[email protected]>
Date: Thu Oct 5 18:57:33 2017 -0700
tmpfs - Fix bug in call to vinitvmio()
* TMPFS_BLKMASK was being passed to vinitvmio() instead of
TMPFS_BLKSIZE. It is unclear if this caused any particular
issue other than an occasional console warning. Fixed.
Summary of changes:
sys/vfs/tmpfs/tmpfs_subr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/18f3c2d2a3016f1710b183a8c79f853d61426981
--
DragonFly BSD source repository