stanford-rc / fuse-migratefs

Filesystem overlay for transparent, distributed migration of active data across separate storage systems.
GNU General Public License v3.0
40 stars 10 forks source link

avoid tmpdir+rename on mkdir if possible #15

Closed thiell closed 5 years ago

thiell commented 5 years ago

Current ovl_mkdir() calls create_directory which leads to the creation of a temporary directory.