Returning the correct inode in libpijul::fs::add_file (i.e. the newly inserted inode)
Dependencies
- [2]
YGPEHOTElibpijul::fs::add_{file,dir} now return the created Inode - [3]
OJZWJUF2MUCH faster `pijul add -r` - [4]
2RXOCWUWMaking libpijul deterministic (and getting rid of `rand`) - [5]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting).
Change contents
- replacement in "libpijul/src/fs.rs" at line 258
make_new_child(txn, current_inode, file_name, is_dir, inode, salt)?;current_inode = make_new_child(txn, current_inode, file_name, is_dir, inode, salt)?;