• Bug#1107599: marked as done (pre-unblock: e2fsprogs/1.47.2-3) (2/3)

    From Debian Bug Tracking System@21:1/5 to Theodore Ts'o on Wed Jun 18 12:00:01 2025
    [continued from previous message]

    + if (!fs_writeable(fs)) {
    +--
    +2.47.2
    +
    diff -Nru e2fsprogs-1.47.2/debian/patches/0008-fuse2fs-remove-posix-acl-translation.patch e2fsprogs-1.47.2/debian/patches/0008-fuse2fs-remove-posix-acl-translation.patch
    --- e2fsprogs-1.47.2/debian/patches/0008-fuse2fs-remove-posix-acl-translation.patch 1969-12-31 19:00:00.000000000 -0500
    +++ e2fsprogs-1.47.2/debian/patches/0008-fuse2fs-remove-posix-acl-translation.patch 2025-06-09 20:49:10.000000000 -0400
    @@ -0,0 +1,347 @@
    +From: "Darrick J. Wong" <[email protected]>
    +Subject: fuse2fs: remove posix acl translation
    +
    +Remove the POSIX ACL format translation since libext2fs takes care of
    +that now.
    +
    +Fixes: 0ee1eaf70c257e ("libext2fs: translate internal ext4 acl to Posix ACL in ext2fs_xattr_[sg]et()")
    +Origin: https://github.com/tytso/e2fsprogs/commit/0111bdb70a9c460052387111414a2e2dc8c06822
    +---
    + misc/fuse2fs.c | 267 +------------------------------------------------
    + 1 file changed, 4 insertions(+), 263 deletions(-)
    +
    +diff --git a/misc/fuse2fs.c b/misc/fuse2fs.c
    +index 1ec7cd22f..eeb496d1b 100644
    +--- a/misc/fuse2fs.c
    ++++ b/misc/fuse2fs.c
    +@@ -17,12 +17,6 @@
    + # include <linux/fs.h>
    + # include <linux/falloc.h>
    + # include <linux/xattr.h>
    +-# ifdef