-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In armv7-unknown-linux-gnueabihf (ARM 32-bit), FileStat::st_ino is an u32 instead of an u64, so we cannot directly assign to JournalStream::inode, which is an u64. Instead of using u64 in the fields of JournalStream, we use libc::dev_t and libc::ino_t. The JournalStream::from_metadata function has been removed since it assumes that the fields are u64 and is no longer used.
- Loading branch information
1 parent
c9d1e90
commit a76ad73
Showing
1 changed file
with
5 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters