]> git.ipfire.org Git - thirdparty/qemu.git/commit
9pfs: remove obsolete comment in v9fs_getattr()
authorChristian Schoenebeck <qemu_oss@crudebyte.com>
Sun, 24 Nov 2024 15:06:40 +0000 (16:06 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 16 Dec 2024 12:27:45 +0000 (15:27 +0300)
commita59af26c38ff1b72dd1697111b498e8ed509731b
tree69c11eab2b0ed3e02b091c9ae46a6a5a7ef0ac0b
parentf604ab799a4d29b250b8eaa33e45b3df948d6a71
9pfs: remove obsolete comment in v9fs_getattr()

The comment claims that we'd only support basic Tgetattr fields. This is
no longer true, so remove this comment.

Fixes: e06a765efbe3 ("hw/9pfs: Add st_gen support in getattr reply")
Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Reviewed-by: Greg Kurz <groug@kaod.org>
Message-Id: <fb364d12045217a4c6ccd0dd6368103ddb80698b.1732465720.git.qemu_oss@crudebyte.com>
(cherry picked from commit 3bc4db44430f53387d17145bb52b330a830a03fe)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
(Mjt: pick it to stable so the next commit applies cleanly)
hw/9pfs/9p.c