Remove S3FS_MALLOC_TRIM (#2699) 42b74c9d2ed67da4cf1f6586d179b1d3c34fcb10 introduced this flag but it is not clear that this behavior is required with recent libxml2 version.
Recent Commits to s3fs-fuse:master
-
Remove S3FS_MALLOC_TRIM (#2699)
-
Convert #if defined to #ifdef where possible (#2698)
Convert #if defined to #ifdef where possible (#2698) Suggested by clang-tidy.
-
Deduplicate case-insensitive functors (#2697)
Deduplicate case-insensitive functors (#2697)
-
Convert s3fs_log_level to a strong enum (#2695)
Convert s3fs_log_level to a strong enum (#2695)
-
Fixed typos in PR #2681
Fixed typos in PR #2681
-
Refactor to change StatCache class and add StatCacheNode classes
Refactor to change StatCache class and add StatCacheNode classes