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

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Oct 5 23:29:53 PDT 2017


commit 18f3c2d2a3016f1710b183a8c79f853d61426981
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/18f3c2d2a3016f1710b183a8c79f853d61426981


-- 
DragonFly BSD source repository



More information about the Commits mailing list