]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339816: mount_msdosfs
authorEugene Grosbein <eugen@FreeBSD.org>
Mon, 26 Nov 2018 11:20:25 +0000 (11:20 +0000)
committerEugene Grosbein <eugen@FreeBSD.org>
Mon, 26 Nov 2018 11:20:25 +0000 (11:20 +0000)
commitf475b63a8c22edebf4aee4dcaa9c6ebd51940595
tree0478dc1b99fbe6419d86a7cdd6ac4db9d79056e9
parent4b114a61cfecbd1b61b7957c7deb6e4502a9dec7
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