From nobody Wed Jan 10 03:19:33 2024 X-Original-To: fs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4T8tMD3FYkz55Sqs for ; Wed, 10 Jan 2024 03:19:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4T8tMD2F0pz3xbG for ; Wed, 10 Jan 2024 03:19:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1704856776; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QaPDgB4LbWHCq6ZCUTbQA1fuROtoBC1p8jzhbGnZyqw=; b=wW3PS+ijPbUzeJNCiMd/olCWGd2sC8bCK3JT1VlNfsH+8VJ6EL+qoG1Rx8NI1o9BvsNofj AGZjt9sqc7yZfEIqHLTWlodaXWVP5XmgOQD1X1feJ6A7z6BB+rrpnEFY0HBPT1Ry2AQcGb c0wjb9xBkuozk2WZtVoirkgGNbN7PhOPVuJUG4AMVVPZimMQLgLAD+sUsE2YVATPA2kVF9 VFhCBD/APEkObgthQ47/TyCXfluZAYCSn+MIbm7ULGUr6pbstV61WcjQMpIm9z11wpH0+N KUPJlzNAZ3bAhpQyfufcL9fus9S1tL6HimTEs+9Xc9eN/vYtiOiigH5DyFk4FA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1704856776; a=rsa-sha256; cv=none; b=iFP4Kbra6xF6D/nKoA2GJPt2iJNHHR+lkoA3792ryasdFes3+2NSq2NHd2H+LDntMxlrFM 5fTi0R8cxNujHA/xG/DiofOvGnDRIz0KDAP8j6abSGGTUGsap8CflRPuK6cN+nwjk/yis/ Wa1Yz8BDGNv1Z8Rjlklnxoz11VOqtg4IkImskQrw/1O1VArOKvSMYNLcn6ze235PMhgphq FzPqrU5WZSS6f8WoBgUDofg8LPZId+3oh7MbycPtELIA00vUM31SMR2eCCQt41j8xmExSq bxrjkNZPiAsoLoS2aG5tTmyHkjTOzK1H+Quj/Vw7CWLg27jh55z5wecM2W/+tQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4T8tMD1JmXzHyD for ; Wed, 10 Jan 2024 03:19:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 40A3Jaoj001325 for ; Wed, 10 Jan 2024 03:19:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 40A3Jacq001319 for fs@FreeBSD.org; Wed, 10 Jan 2024 03:19:36 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 223015] tmpfs does not support sparse files Date: Wed, 10 Jan 2024 03:19:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kib@FreeBSD.org X-Bugzilla-Flags: mfc-stable13+ X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Filesystems List-Archive: https://lists.freebsd.org/archives/freebsd-fs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223015 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED --- Comment #15 from Mark Linimon --- ^Triage: committed in all supported branches. --=20 You are receiving this mail because: You are on the CC list for the bug.=