All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kurz <groug@kaod.org>
To: Christian Schoenebeck <qemu_oss@crudebyte.com>
Cc: <qemu-devel@nongnu.org>, Linus Heckemann <git@sphalerite.org>
Subject: Re: [PATCH] 9pfs: cleanup V9fsFidState
Date: Thu, 21 Nov 2024 12:07:39 +0100	[thread overview]
Message-ID: <20241121120739.5f2a8c1d@bahia> (raw)
In-Reply-To: <E1tE4v2-0051EH-Ni@kylie.crudebyte.com>

On Thu, 21 Nov 2024 11:52:48 +0100
Christian Schoenebeck <qemu_oss@crudebyte.com> wrote:

> Drop V9fsFidState's 'next' member, which is no longer used since:
> 
>   f5265c8f917e ('9pfs: use GHashTable for fid table')
> 

Good catch !

Fixes: f5265c8f917e ('9pfs: use GHashTable for fid table')
Reviewed-by: Greg Kurz <groug@kaod.org>

> Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
> ---
>  hw/9pfs/9p.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/hw/9pfs/9p.h b/hw/9pfs/9p.h
> index a6f59abccb..5e041e1f60 100644
> --- a/hw/9pfs/9p.h
> +++ b/hw/9pfs/9p.h
> @@ -280,7 +280,6 @@ struct V9fsFidState {
>      uid_t uid;
>      int ref;
>      bool clunked;
> -    QSIMPLEQ_ENTRY(V9fsFidState) next;
>      QSLIST_ENTRY(V9fsFidState) reclaim_next;
>  };
>  



-- 
Greg


  reply	other threads:[~2024-11-21 11:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-21 10:52 [PATCH] 9pfs: cleanup V9fsFidState Christian Schoenebeck
2024-11-21 11:07 ` Greg Kurz [this message]
2024-11-21 14:44   ` Christian Schoenebeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241121120739.5f2a8c1d@bahia \
    --to=groug@kaod.org \
    --cc=git@sphalerite.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu_oss@crudebyte.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.