HomeFreeBSD

MFC r339816: mount_msdosfs

Description

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

Details

Provenance
eugenAuthored on
Differential Revision
D16951: mount_msdosfs(8) should not fail if kernel already has needed kiconv(3) parts
Parents
rS340953: MFC r339816: mount_msdosfs
Branches
Unknown
Tags
Unknown