tmpfs - Fix bug in call to vinitvmio()
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 6 Oct 2017 01:57:33 +0000 (18:57 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 6 Oct 2017 06:29:43 +0000 (23:29 -0700)
commit18f3c2d2a3016f1710b183a8c79f853d61426981
treeb8df72f3a6740f7fe8ae8323b2ce85dd00c2ef7d
parent02ff728d43d2cfae2ee7cab1b82df49fdca4097a
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.
sys/vfs/tmpfs/tmpfs_subr.c