kernel - Fix directory scanning bug in msdosfs
commit8e4b4a1d677db17cc55f09a63a445c87fb198386
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 21 Oct 2016 20:37:07 +0000 (21 13:37 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 21 Oct 2016 20:37:07 +0000 (21 13:37 -0700)
treea7084280b8e80eb1f31c216088920aeda4537ff8
parent3ba0a4075f8665a6289a0c4430ba2be1c5f0f195
kernel - Fix directory scanning bug in msdosfs

* Fix a directory scanning bug in msdosfs where an incorrect d_namlen
  was being returned.

Reported-by: htse, t_dfbsd, tuxillo
sys/vfs/msdosfs/msdosfs_conv.c