Skip to content

Commit

Permalink
try fix longarch CI
Browse files Browse the repository at this point in the history
  • Loading branch information
loongs-zhang committed Nov 24, 2024
1 parent a24e1a2 commit 784600e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monoio/src/fs/metadata/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ impl MetadataExt for Metadata {

#[cfg(not(any(target_arch = "aarch64", target_arch = "riscv64")))]
fn nlink(&self) -> u64 {
self.0.stat.st_nlink
self.0.stat.st_nlink.into()
}

fn uid(&self) -> u32 {
Expand Down

0 comments on commit 784600e

Please sign in to comment.