bcachefs-tools/rust-src/src
Nicholas Sielicki 974d9bf000 rust: mount: use libc::c_ulong for flags
libc proper treats mount flags as an unsigned long, which is usually u64,
except when it isn't. When preparing mount flags, use the libc::c_ulong type
instead of u64 to allow for this.

This fixes compiling this file under armv7l.

Signed-off-by: Nicholas Sielicki <linux@opensource.nslick.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2023-11-08 11:32:36 -05:00
..
cmd_list.rs Update bcachefs sources to e14d7c7195 bcachefs: Compression levels 2023-07-15 17:36:15 -04:00
cmd_mount.rs rust: mount: use libc::c_ulong for flags 2023-11-08 11:32:36 -05:00
key.rs cmd_mount: request passphrase if the existing key is revoked 2023-09-08 04:05:39 -04:00
lib.rs chore: logger for idiomatic style and expanded logging levels 2023-04-26 17:46:23 -04:00
logger.rs chore: logger for idiomatic style and expanded logging levels 2023-04-26 17:46:23 -04:00