fuse3: support fastpath

This commit is contained in:
chenrenhui 2025-05-06 07:47:20 +00:00
parent e5b21211c4
commit 780f3afeeb
2 changed files with 1231 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: fuse3
Version: %{fuse3ver}
Release: 9
Release: 10
Summary: User space File System of fuse3
License: GPL+ and LGPLv2+
URL: http://fuse.sf.net
@ -18,6 +18,7 @@ Patch6: 0006-Disable-leak-suppression-773.patch
Patch7: 0007-Fix-memory-leak-in-high-level-API-781.patch
Patch8: 0008-Fix-file-leak-in-high-level-API.patch
Patch9: 0009-Fix-loading-of-FUSE-modules.patch
Patch10: 0010-fuse3-support-fastpath.patch
BuildRequires: libselinux-devel, pkgconfig, systemd-udev, meson, fdupes
BuildRequires: autoconf, automake, libtool, gettext-devel, ninja-build
@ -108,6 +109,9 @@ install -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}
%{_mandir}/man8/*
%changelog
* Tue May 6 2025 chenrenhui <chenrenhui1@huawei.com> -3.10.5-10
- support fastpath
* Mon Apr 1 2024 yangyun <yangyun50@huawei.com> -3.10.5-9
- fix loading of modules