kernel - Fix old UFS optimization that should no longer be used
authorMatthew Dillon <dillon@apollo.backplane.com>
Sun, 28 Dec 2014 00:41:06 +0000 (16:41 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sun, 28 Dec 2014 00:44:36 +0000 (16:44 -0800)
commit04d03a3b0eb543589ba1cc87405a218e50b5e93b
treed830128798dc8bf2e7e50f51e73a91dc92fb43de
parente3fc69eb7932705c4ac3ff97665b59d2d8106992
kernel - Fix old UFS optimization that should no longer be used

* Fix bcopy() calls which cover two fields in the UFS dinode.  Modern
  compilers may barf on the intentional field overflow.

* Also needed for UFS2 support (but we don't have it so this is more
  to fix possible future issues that might arise).

Submitted-by: Pedro Giffuni
sys/vfs/ufs/ffs_inode.c