We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffed79e commit a821037Copy full SHA for a821037
src/controller.rs
@@ -376,6 +376,8 @@ where
376
_ => {
377
// Safe to unwrap, since we actually have an entry if we got here
378
let dir_entry = dir_entry.unwrap();
379
+ // FIXME: if 2 files are in the same cluster this will cause an error when opening
380
+ // a file for a first time in a different than `ReadWriteCreate` mode.
381
self.open_dir_entry(volume, dir_entry, mode)
382
}
383
0 commit comments