Skip to content
Commit a6f15d9a authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

ovl: don't traverse automount points



NFS and other distributed filesystems may place automount points in the
tree.  Previoulsy overlayfs refused to mount such filesystems types (based
on the existence of the .d_automount callback), even if the actual export
didn't have any automount points.

It cannot be determined in advance whether the filesystem has automount
points or not.  The solution is to allow fs with .d_automount but refuse to
traverse any automount points encountered.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent b953c0d2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment