From nobody Tue Feb 06 07:00:48 2024 X-Original-To: bugs@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 4TTZ006Hkkz58pPK for ; Tue, 6 Feb 2024 07:00:48 +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 4TTZ005JzWz4rSW for ; Tue, 6 Feb 2024 07:00:48 +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=1707202848; 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=feBqW2fTePeHmpVT/nf/Dvd4Xvq9+/2HKNbU7QPBZfs=; b=mG+5KgPNB+OduDNo1j2FksSNjhK8gs9JLpBQIGnfXZbP5cpVV3ZK/7auU9wgV6HsVZgWDG TCvUN0tQq457wBh2IWL6bbDhQe6SUDw+2CgvdthAjgoxmt/nw1yf1t9mwDfCic4U1of7jn 8RrpIxEhzOv/hz/sECGfyCmeqZzEuTi2AJQLkgpW6OptoD82lFjH0QzuS/QhPrloLbgzz4 amfJZnazBuVrObo0J7lGf0bF/egfLTtjyxVckNdG0mzJDUsnvU6yQcM4cPzEfTGNUhaxak IGrsc1J9iu8M/xHqtumYQRKQzz9irHwGPvDAUGLyKxogaGTR8xRkYiaWBGS4Ow== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1707202848; a=rsa-sha256; cv=none; b=Q6eYrbO+DrkqFCqhtj0TX+QZJQnA0YIc8fp4NdaqdUAlBgprgdOw17xWBVY9POU1mLS3Sc ny6302bDYvSB1FvbyInIYD3xUdwcMQVU1y54foF1FmWmbK126f3DgbQL423Uha6U1w4m09 d2+V/5D9219SI6CELjTpQ1jsKSKYNcp4Z6xc2crLtgWHbDmvtGYxX4GqzvKc+mB8xq0hRT LSPsuuz7bvBcXGjcRQQqm/w2tZBNqeTzcg86xmrkBS+5g6pl7AYM8NlWU3JfRJKrIcmfNh z147K10I57yAfpW/5/no/VMEAYvYPmLmWde4TwZcBkE37+iu0hnze6q++sb3rw== 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 4TTZ004N0tz1Cww for ; Tue, 6 Feb 2024 07:00:48 +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 41670mIf091076 for ; Tue, 6 Feb 2024 07:00:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 41670m1W091045 for bugs@FreeBSD.org; Tue, 6 Feb 2024 07:00:48 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: bugs@FreeBSD.org Subject: [Bug 276850] [patch] zfs-snapshot(8) contains a small error about atomicity when multiple snapshots are created Date: Tue, 06 Feb 2024 07:00:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbayern@law.fsu.edu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276850 --- Comment #2 from Shawn Bayern --- Created attachment 248214 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D248214&action= =3Dedit updated patch with minor rephrasing --=20 You are receiving this mail because: You are the assignee for the bug.=