Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux GLIBC add FUSE_SUPER_MAGIC #2622

Merged
merged 1 commit into from
Jan 12, 2022
Merged

Conversation

devnexen
Copy link
Contributor

close #2621

@rust-highfive
Copy link

r? @Amanieu

(rust-highfive has picked a reviewer for you, use r? to override)

@@ -921,6 +922,7 @@ cfg_if! {
pub const EXT3_SUPER_MAGIC: ::c_uint = 0x0000ef53;
pub const EXT4_SUPER_MAGIC: ::c_uint = 0x0000ef53;
pub const F2FS_SUPER_MAGIC: ::c_uint = 0xf2f52010;
pub const FUSE_SUPER_MAGIC: ::c_long = 0x65735546;
Copy link
Contributor

@Jakob-Naucke Jakob-Naucke Jan 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be c_uint (see #1199 #1999)

@Amanieu
Copy link
Member

Amanieu commented Jan 12, 2022

@bors r+

@bors
Copy link
Contributor

bors commented Jan 12, 2022

📌 Commit fc9854f has been approved by Amanieu

@bors
Copy link
Contributor

bors commented Jan 12, 2022

⌛ Testing commit fc9854f with merge 26b68f8...

@bors
Copy link
Contributor

bors commented Jan 12, 2022

☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13
Approved by: Amanieu
Pushing 26b68f8 to master...

@bors bors merged commit 26b68f8 into rust-lang:master Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Define FUSE_SUPER_MAGIC for Linux
5 participants