git: tmpfs - Fix bug in call to vinitvmio()

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Oct 5 19:01:15 PDT 2017


commit 24bdeb698d15c8ef4c3f92e348a0e7348ac89aeb
Author: Matthew Dillon <dillon at apollo.backplane.com>
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/24bdeb698d15c8ef4c3f92e348a0e7348ac89aeb


-- 
DragonFly BSD source repository


More information about the Commits mailing list