Merge branch 'v0.20.x'

This commit is contained in:
Max Kellermann
2017-04-24 11:44:27 +02:00
8 changed files with 12 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ struct StorageFileInfo {
* Device id and inode number. 0 means unknown / not
* applicable.
*/
unsigned device, inode;
uint64_t device, inode;
StorageFileInfo() = default;