]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339816: mount_msdosfs
authoreugen <eugen@FreeBSD.org>
Mon, 26 Nov 2018 11:22:04 +0000 (11:22 +0000)
committereugen <eugen@FreeBSD.org>
Mon, 26 Nov 2018 11:22:04 +0000 (11:22 +0000)
commit98b57167a5cbedd187ae391a7ed7c2114d3ff7e0
tree5fd6d487d608bfcb00f4f380edd633d3104eba25
parentb3b0ac29bed417a9eecc9f7330f6ebf8840afa0b
MFC r339816: mount_msdosfs

  mount_msdosfs: do not fail mounts requiring locale name conversion table
  that is already present in a kernel statically.

  For example, the command "mount_msdosfs -L ru_RU.KOI8-R" fails with error
  "mount_msdosfs: msdosfs_iconv: File exists" for a kernel having
  options LIBICONV and MSDOSFS_ICONV. After this change, it mounts
  successfully.

MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D16951
sbin/mount_msdosfs/mount_msdosfs.c