Skip to content

Commit

Permalink
romio: clean up file system detection
Browse files Browse the repository at this point in the history
ROMIO file system checking had grown out of hand:
- use AC_CHECK_MEMBERS instead of our ancient home-grown stat member
checking logic.
- abstract the "stat/statfs/statvfs" part from the rest of the code so
  we don't duplicate detection logic in three places
- add a 'magic number' to the 'fstypes' struct so we can use that
  table multiple ways.

check for more file systems
  • Loading branch information
roblatham00 committed Jan 7, 2022
1 parent a92ce59 commit f77d6f7
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 388 deletions.
Loading

0 comments on commit f77d6f7

Please sign in to comment.