From nobody Wed Sep 20 20:29:58 2023 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 4RrVWq4Qz6z4v7g7 for ; Wed, 20 Sep 2023 20:29:59 +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 4RrVWq3N6sz4JV7 for ; Wed, 20 Sep 2023 20:29:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1695241799; a=rsa-sha256; cv=none; b=Tpw9bxfpPhx+9pRYR3ic0NKm0T9ojEpYN2+28cqT2Ip5khpA7Jfv8m1fYgmePw8aUzPdNk 1JgsggpQtLlr37N/fV09V7dDLKdZXTxaEkxkgw3R8FRTOGALMUbuPeZyhwzqFeiNT75zX2 EUHRFdUtAdbh0CPoBXZMvuxYVnfZwFTmI3wceczBgQurLzwPsLI1U+taPZe2RI/jJvKc3/ UUMPAbW7FHikhubbLvcHTz6p/u0INM89Skj0J88ivjSYgystXUgEoi5kG0gU6Uxx4+FVwN vXl8mYnv0nEfM6BWGUCuV3e5bIzpbl0H4K8UjQnQURGKFoEjqcptN6+ofHcg4w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1695241799; 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=cqro3X56C++5+LNMaNmKvd3Uh0yQlNf/fgK2g2PpzWM=; b=XeZX2+5trCj4/WuYmsXJyx+NEpBOkS+f3kpZhqb0KA8nfpwaCbFujg3hpQqorhzD/vdhSA FaYiA97US4ZKettpVrGhQM6LalKfCXnjw3Or2qerrdDFoNu32gJLA4A6zCg9RzXRx3hXI2 qe27dUEC8yO2MnNgldYEIM7fSkSuic9mM+iIKpMX+Nv2trnH8kjyEc0ui18OJychfJTpvu p9l85iwbr9S2mcFUtKS66kMUL+esGlDU7zGlO743NvsYQ/VOYs5a/YKqKVl718hmFx2QMt Zps8ttLNXe705CpwLyayjOOFVPENJtV9vcCzSRgumt2zcrOWsbWVDZdNDSrseA== 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 4RrVWq2THrz1971 for ; Wed, 20 Sep 2023 20:29:59 +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 38KKTxeS046703 for ; Wed, 20 Sep 2023 20:29:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 38KKTx0S046702 for fs@FreeBSD.org; Wed, 20 Sep 2023 20:29:59 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 273942] fusefs(5): read operation changes ctime on FUSE filesystems Date: Wed, 20 Sep 2023 20:29:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: asomers@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D273942 --- Comment #16 from Alan Somers --- (In reply to John F. Carr from comment #15) Yes, we are strictly consumers of fuse_kernel.h. We don't deviate from Lin= ux's version. We can't add our own features there. --=20 You are receiving this mail because: You are the assignee for the bug.=