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

Add feature flag linux-tmpfs to list tmpfs mounts #1222

Merged
merged 1 commit into from Mar 11, 2024

Conversation

imerr
Copy link
Contributor

@imerr imerr commented Mar 6, 2024

Small addition as I needed to get stats on a tmpfs mount which is filtered out currently.

Let me know if there's anything that needs changing or if I've missed any limitations that resulted in tmpfs mounts being filtered in the first place

@@ -21,6 +21,7 @@ apple-app-store = ["apple-sandbox"]
c-interface = []
multithread = ["rayon"]
linux-netdevs = []
linux-tmpfs = []
Copy link
Owner

Choose a reason for hiding this comment

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

Is it useful to separate each filtered out file type or can they be all put under the same feature like "linu-extra-fs"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That would work for me, although the caveat about hangs with network filesystems might be restrictive for other people. So I'm unsure - either way is fine by me though.

Copy link
Owner

Choose a reason for hiding this comment

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

It's a good point, let's keep them split.

@GuillaumeGomez
Copy link
Owner

Thanks!

@GuillaumeGomez GuillaumeGomez merged commit 63f4575 into GuillaumeGomez:master Mar 11, 2024
67 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants