sys/vfs/msdosfs: Change the return on impossible condition into KASSERT()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 5 Oct 2019 19:01:33 +0000 (04:01 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 5 Oct 2019 19:19:14 +0000 (04:19 +0900)
commit9157abdcc5b799a09d453d9e2caea4a872673a6b
tree94dae3cb956c43e004a9e6cb3636f7ee84e321c6
parent3494b87c1771667cf6ae4864dbf175e0c2c259cd
sys/vfs/msdosfs: Change the return on impossible condition into KASSERT()

from freebsd/freebsd@cc5d11fa86957084473b9eebf17dcdd1f3e7633d

Don't apply vnode lock assertion part yet.
sys/vfs/msdosfs/msdosfs_fat.c