From 507b1c566aaeec952338499132e20aaf9b35a95d Mon Sep 17 00:00:00 2001 From: Noam Cohen Date: Sat, 10 Feb 2024 15:29:51 +0200 Subject: [PATCH] support `XFS_SB_VERSION_DALIGNBIT` --- libfsxfs/libfsxfs_superblock.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libfsxfs/libfsxfs_superblock.c b/libfsxfs/libfsxfs_superblock.c index d5559dc..4b6c462 100644 --- a/libfsxfs/libfsxfs_superblock.c +++ b/libfsxfs/libfsxfs_superblock.c @@ -634,6 +634,7 @@ int libfsxfs_superblock_read_data( supported_feature_flags = 0x0010 | 0x0020 | 0x0080 + | 0x0100 | 0x0400 | 0x0800 | 0x1000