commit | 849a492f5e9e7ab43ef6257a1ba4dc060c8ffd2b | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Aug 28 12:49:26 2025 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Sep 15 16:56:12 2025 -0700 |
tree | 7bf250d085233cf2860925c026bba420fe79804d | |
parent | 3012216379204338c8f600cbfdb4a4109af8b836 [diff] |
fuse2fs: drop fuse 2.x support code We only enable fuse2fs if libfuse is from the 3.xx series and the lowlevel libfuse API is present. Drop support for 2.x. This part is cribbed from Amir who used an LLM aided conversion for fuse4fs, but the maintainer requested that I apply it to fuse2fs as well. Co-developed-by: Claude claude-4-sonnet Signed-off-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>