From nobody Thu May 14 02:35:19 2026 X-Original-To: dev-commits-src-all@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 4gGDvc3yfvz6dSZS for ; Thu, 14 May 2026 02:35:24 +0000 (UTC) (envelope-from git@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 "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gGDvc3P2Qz4MSb for ; Thu, 14 May 2026 02:35:24 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1778726124; 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; bh=AipcIvnmUxa5M2IurqUswpNJJGZ1d3rRJ3hEeX1W7fk=; b=fgxEu3UzTK5vSkdtv624MI4ihOvyLkkWrlMZDWB8b2/JeeWoGdEhUnZthl/iHFwM3PqmzQ 6aRrczG3r1d5CyINuVG6jlOJaJ3S5bRVC7r9PbSUlINhezNugkmf1Sv4TJu5YShoHVho/C VYS8DGdd6AI7ZtKGonkEyabyxVYJlPDWRKF0GcouCNc3yoZBxTbhzeo1Snvf5C8vxF/AS9 lRzy0A9qyzZY6O99FntqjPK7pgVmYiq/vVsiWzOMfhCy46yqoDp69v+iGoBLbS2yla8xBp +ZCb3LjFOS/HzzJFBsZQhjUM+tFfYQ2kpaU4XxR8kncJOZEsQu3IaeLncRV9Uw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1778726124; a=rsa-sha256; cv=none; b=fIS8al5/gkIPLx62b87OojLMdt+tGtlFCBJxQRRJvo1YhnSSU0lEF9oAX4x5yNycjhs7I2 x0pZK/+j9aBQyZaGqG7ifQYLy3C4qlU6QLxnYloZHnPzfnNV9HUP1o79Pv937m2edlTYNO WPEXZN9lhhwZuRf4VuTHKGe+r3irpLXA3EqS9zyz/Ofm4kgPuevTrjhQ4FjfEyGnFD2/kw Gpuh71TcK5M62aLrAMQbJ/Vv8aCgd2qLn6448l9+POsWv4rCrS7zMQmaxCif5PJ44GZNhM O760XILigcmhTB0Pl0tXOenDCWUdtbxJnTvcV/QfHBgseDSIrheuk++7aESi1Q== 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=1778726124; 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; bh=AipcIvnmUxa5M2IurqUswpNJJGZ1d3rRJ3hEeX1W7fk=; b=tIYW3OjMdaA9sf86SMu/adWDTOUvk9np88zS4qPiOmth7cKht05TUGCFVyBqdBq/IOE66k Zmtsbig1Nj9/012PWwL3Gs6svXQ2VIfxXNgg6of4UAbbhVNgBB58Ry2B9aYV1NukjWTeKp KLfASA44Y7fK/f1FCQam3luTiu2OlUJ3c6x1lyva3zPsMk3NgKYjqayMZXbvca6S8L59xn L+YD0LDPP54YNPhWxZwHPDDdNGL8UystRWIMtpuc7B5R2INuJqDzf4INNKOFcm1601j1nM RZw7v9xML4xd03FlTJSqyDk/byT7gbXB/a80EQE91qK/aSBUBnF3opJZhe/cQg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gGDvc2zWsz35n for ; Thu, 14 May 2026 02:35:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 366c4 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Thu, 14 May 2026 02:35:19 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Konstantin Belousov Subject: git: e71e7dd6176e - stable/14 - fdescfs: do not change vnode type on VOP_GETATTR() List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/stable/14 X-Git-Reftype: branch X-Git-Commit: e71e7dd6176ebb8e5169e8845f3b7c92c94c5dff Auto-Submitted: auto-generated Date: Thu, 14 May 2026 02:35:19 +0000 Message-Id: <6a0534e7.366c4.17ba9f9b@gitrepo.freebsd.org> The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=e71e7dd6176ebb8e5169e8845f3b7c92c94c5dff commit e71e7dd6176ebb8e5169e8845f3b7c92c94c5dff Author: Konstantin Belousov AuthorDate: 2026-05-03 19:09:15 +0000 Commit: Konstantin Belousov CommitDate: 2026-05-14 02:35:03 +0000 fdescfs: do not change vnode type on VOP_GETATTR() PR: 294768 (cherry picked from commit fbecfc4aa028964f972a0457809aa041d415f61b) --- sys/fs/fdescfs/fdesc_vnops.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c index f4b3eba91ef3..70120eddc947 100644 --- a/sys/fs/fdescfs/fdesc_vnops.c +++ b/sys/fs/fdescfs/fdesc_vnops.c @@ -471,7 +471,6 @@ fdesc_getattr(struct vop_getattr_args *ap) break; } - vp->v_type = vap->va_type; return (0); }