Submount was last-rited in 2007 and was already dead long before that.
---
eclass/cdrom.eclass | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/eclass/cdrom.eclass b/eclass/cdrom.eclass
index 9724c66ca2ce..681683f9328c 100644
--- a/eclass/cdrom.eclass
+++ b/eclass/cdrom.eclass
@@ -181,9 +181,7 @@ _cdrom_locate_file_on_cd() {
while [[ -n ${cdset[${i}]} ]] ; do
local point= node= fs= foo=
while read point node fs foo ; do
- [[ " cd9660 iso9660 udf " != *" ${fs} "* ]] && \
- ! [[ ${fs} == "subfs" && ",${opts}," ==
*",fs=cdfss,"* ]] \
- && continue
+ [[ " cd9660 iso9660 udf " != *" ${fs} "* ]] &&
continue
point=${point//\040/ }
export CDROM_MATCH=$(_cdrom_glob_match
"${point}" "${cdset[${i}]}")
[[ -z ${CDROM_MATCH} ]] && continue
--
2.11.0