summaryrefslogtreecommitdiff
path: root/libbcachefs/btree_write_buffer.c
diff options
context:
space:
mode:
authorNicholas Sielicki <linux@opensource.nslick.com>2023-10-18 00:59:02 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-11-08 11:32:36 -0500
commit974d9bf0001b330995c5bde3b5a16adab8037262 (patch)
tree703c2956b59b592345a055d27e736896684aa2a0 /libbcachefs/btree_write_buffer.c
parent29e27cc49234571477c9840a7112270069553abc (diff)
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>
Diffstat (limited to 'libbcachefs/btree_write_buffer.c')
0 files changed, 0 insertions, 0 deletions