|
Description
|
The fix for:
6384817 Need persistent lofi based mounts and direct mount(1m) support for lofi
has broken certain autofs configurations. In particular, an entry like:
/amtest1 /etc/auto_test
in /etc/auto_master will no longer work. This is because automount code uses
the map name (/etc/auto_test) as the special file when doing mount(). This
reaches the lofi_add() code, which sees the file and incorrectly tries to
do a lofi mount instead of passing it unhindered through to autofs to deal
with.
|