forked from TrueCloudLab/rclone
cmount: send a hint as to whether the filesystem is case insensitive or not
This commit is contained in:
parent
d260238f99
commit
69888bf966
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ func mount(f fs.Fs, mountpoint string) (*vfs.VFS, <-chan error, func() error, er
|
||||||
if usingReaddirPlus {
|
if usingReaddirPlus {
|
||||||
host.SetCapReaddirPlus(true)
|
host.SetCapReaddirPlus(true)
|
||||||
}
|
}
|
||||||
|
host.SetCapCaseInsensitive(f.Features().CaseInsensitive)
|
||||||
|
|
||||||
// Create options
|
// Create options
|
||||||
options := mountOptions(f.Name()+":"+f.Root(), mountpoint)
|
options := mountOptions(f.Name()+":"+f.Root(), mountpoint)
|
||||||
|
|
Loading…
Add table
Reference in a new issue