Before this change mount only simulated rmdir & mkdir, now it actually
runs mkdir & rmdir on the underlying remote, using the new parmaeters
to fs.Mkdir and fs.Rmdir.
Fixes#956
This stops the modification times for directories just being the
current time and reads them from the remote instead. This doesn't
take any extra transactions.