From nobody Mon Nov 17 10:42:17 2025 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=quarantine dis=none) header.from=crudebyte.com ARC-Seal: i=1; a=rsa-sha256; t=1732468110; cv=none; d=zohomail.com; s=zohoarc; b=A6dGxzE0VRKNjv426KtCykU2qUBOS7YFZ6x3Q72EVlwiNt4LAWzoDiSvDfyPiCU8etsR781tCYX2WB9VqCvNMSFpVrUFs0AyZkTyrMFgTbhCUloa43oZU8CCt+eYTGvQ0YVNRy8F0YBa87iM9fzkytiIb+D7bm6cPxq3cF5krXE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1732468110; h=Cc:Cc:Date:Date:From:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:Subject:To:To:Message-Id:Reply-To; bh=bglsoUlhCRKaokV268JNEiCI901dRlYpBAqwZbBilN0=; b=XNb1b9FyffU/ZHn9MUCoqYSXHrfl8upHmm+lO6vjemuoqpkqiG5CvdANpbtUcF8hPX6IJVP/QbzurtDpAXTRNvMrqBQMeMNRHijDXsgveCEOoUlSfzfoM8XsV8McxbWL9Zpf08mvR4x5/lm62HfupcRg/qrRl5l81t9POEBmFss= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=quarantine dis=none) Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1732468110726775.5040661706458; Sun, 24 Nov 2024 09:08:30 -0800 (PST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tFG5T-0003kd-0J; Sun, 24 Nov 2024 12:07:55 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tFG5P-0003k3-0I; Sun, 24 Nov 2024 12:07:51 -0500 Received: from kylie.crudebyte.com ([5.189.157.229]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tFG5N-0005HK-NJ; Sun, 24 Nov 2024 12:07:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=crudebyte.com; s=kylie; h=Cc:To:Subject:Date:From:References:In-Reply-To: Message-Id:Content-Type:Content-Transfer-Encoding:MIME-Version:Content-ID: Content-Description; bh=bglsoUlhCRKaokV268JNEiCI901dRlYpBAqwZbBilN0=; b=cLr+C deHGt8YAEOCN+xPUP9rvyPapIQL3OmgOkTcvBVChfV48Is7JKjxnXuUVEewnBokb9ZDCtx/UbkhRi mrAborIfqadnM09cRE+LdniuP1bXhKkJMVmPC4vDsoSBPPwhVsagcoeo5w/Hg9tLqvbQiXfsFNgt6 9kNKyaU1/cCPMmn+dde10GAxaWpcnUALQ2F9gicNIWNrT1F01lC2gLRhE+++IWAoDHXMPsFEL15w1 JYYYRhJVrNJqSE2HC1vMnZA8OkOu1GKx/ldJzEtNZT5iwVGzAOC1QRtMGXiFlHogYQ0eAOi0wGCZU TMTae9FW/Iglf52ockEfifix1KlLx0jH1v8bRVgSTV87DxS8AZY8sUqdj4kwH65pKXa0XXRpjFf3f gG7Ui93ICZ6ZYIJ7R5TIkTNcBsJmMdNvqf4qt7PqElVzH9g+kk3OKHrIvZXZ81fXofJHABwZgNtPC wg39P+teRA0v3Y9rLy1poxjR4bx2mbd5ou9+N2BYmbWnbLBtbls/qAJeqhrWBLsiAhDIOF+0mzIzB LBKFDjUDPF3Ilpqm97huz13mL2myVqei7B7UUNj0xrsf98pIaOpRruyL0+ixiaTg+bNPiRl8EHeAd WGzecWU5iPsigdAi/jvkcUv+trw76EvGfbwAA1tVN9rN736GwyFFWKjB6lKANs=; Message-Id: In-Reply-To: References: From: Christian Schoenebeck Date: Sun, 24 Nov 2024 16:06:40 +0100 Subject: [PATCH 4/6] 9pfs: remove obsolete comment in v9fs_getattr() To: qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org, Greg Kurz Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=5.189.157.229; envelope-from=fb364d12045217a4c6ccd0dd6368103ddb80698b@kylie.crudebyte.com; helo=kylie.crudebyte.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: qemu-devel-bounces+importer=patchew.org@nongnu.org X-ZohoMail-DKIM: pass (identity @crudebyte.com) X-ZM-MESSAGEID: 1732468112041019100 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" The comment claims that we'd only support basic Tgetattr fields. This is no longer true, so remove this comment. Signed-off-by: Christian Schoenebeck Reviewed-by: Greg Kurz --- hw/9pfs/9p.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c index 9a291d1b51..851e36b9a1 100644 --- a/hw/9pfs/9p.c +++ b/hw/9pfs/9p.c @@ -1596,10 +1596,6 @@ static void coroutine_fn v9fs_getattr(void *opaque) retval =3D -ENOENT; goto out_nofid; } - /* - * Currently we only support BASIC fields in stat, so there is no - * need to look at request_mask. - */ retval =3D v9fs_co_lstat(pdu, &fidp->path, &stbuf); if (retval < 0) { goto out; --=20 2.39.5