From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9F83E3858422; Sat, 30 Dec 2023 12:29:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9F83E3858422 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703939396; bh=IdO2S0KOpeDZCmTpI9YEYnlDokspf169GFjgKghFDus=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Qp3CZg+BgSDbOA4QGxBT8Y+Nc3X07mchEgqP7glwoXEKIU3EpMSI7eiLfyav2kyvt MaCuQtn1yWKT41RUrxYat8Ly99hX7AUvReS7+VLVuoWlIIfgqXtokT28aRiUrrrLVS 6WZhdI8ib1zgaQv2vlnADpPhCjyWhM777WSf8t0g= From: "fw at deneb dot enyo.de" To: glibc-bugs@sourceware.org Subject: [Bug libc/31186] Some dirent/io tests don't work on xfs Date: Sat, 30 Dec 2023 12:29:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.39 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fw at deneb dot enyo.de X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31186 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fw at deneb dot enyo.de --- Comment #9 from Florian Weimer --- 32-bit compatibility on XFS requires using the inode32 option: https://www.man7.org/linux/man-pages/man5/xfs.5.html (No such option exists with btrfs, by the way, and you need to reformat if = you exceed the 32-bit inode space.) So I think this bug is different from the d_off issue and invalid from a gl= ibc perspective. --=20 You are receiving this mail because: You are on the CC list for the bug.=