All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Greg Kurz <groug@kaod.org>, qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 2/6] fsdev: Drop unused opaque field
Date: Tue, 7 May 2019 12:24:42 +0200	[thread overview]
Message-ID: <17369369-07a5-43e9-af96-f0d83a86d47d@redhat.com> (raw)
In-Reply-To: <155721869488.451636.17943384710743134351.stgit@bahia.lan>

On 07/05/2019 10.44, Greg Kurz wrote:
> This was introduced along with -fsdev but it never got used.
> 
> Signed-off-by: Greg Kurz <groug@kaod.org>
> ---
>  fsdev/file-op-9p.h |    1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/fsdev/file-op-9p.h b/fsdev/file-op-9p.h
> index 3fa062b39f1b..c757c8099f54 100644
> --- a/fsdev/file-op-9p.h
> +++ b/fsdev/file-op-9p.h
> @@ -147,7 +147,6 @@ struct FileOperations
>      int (*renameat)(FsContext *ctx, V9fsPath *olddir, const char *old_name,
>                      V9fsPath *newdir, const char *new_name);
>      int (*unlinkat)(FsContext *ctx, V9fsPath *dir, const char *name, int flags);
> -    void *opaque;
>  };
>  
>  #endif
> 

Reviewed-by: Thomas Huth <thuth@redhat.com>


  reply	other threads:[~2019-05-07 10:26 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-07  8:44 [Qemu-devel] [PATCH 0/6] fsdev/virtfs: Assorted cleanups and fixes Greg Kurz
2019-05-07  8:44 ` [Qemu-devel] [PATCH 1/6] fsdev: Drop unused extern declaration Greg Kurz
2019-05-07 10:15   ` Thomas Huth
2019-05-09 13:20     ` Greg Kurz
2019-05-07  8:44 ` [Qemu-devel] [PATCH 2/6] fsdev: Drop unused opaque field Greg Kurz
2019-05-07 10:24   ` Thomas Huth [this message]
2019-05-09 13:21     ` Greg Kurz
2019-05-07  8:45 ` [Qemu-devel] [PATCH 3/6] fsdev: Move some types definition to qemu-fsdev.c Greg Kurz
2019-05-08  8:28   ` Thomas Huth
2019-05-09 13:21     ` Greg Kurz
2019-05-07  8:45 ` [Qemu-devel] [PATCH 4/6] fsdev: Error out when unsupported option is passed Greg Kurz
2019-05-08 16:23   ` Eric Blake
2019-05-09 13:22     ` Greg Kurz
2019-05-07  8:45 ` [Qemu-devel] [PATCH 5/6] vl: Deprecate -virtfs_synth Greg Kurz
2019-05-08  8:26   ` Thomas Huth
2019-05-08  8:55     ` Greg Kurz
2019-05-07  8:45 ` [Qemu-devel] [PATCH 6/6] virtfs: Fix documentation of -fsdev and -virtfs Greg Kurz
2019-05-08 15:54   ` Thomas Huth
2019-05-09 13:18     ` Greg Kurz
2019-05-13  8:39       ` Thomas Huth
2019-05-13  9:34         ` Greg Kurz
2019-05-13  9:47           ` Thomas Huth

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=17369369-07a5-43e9-af96-f0d83a86d47d@redhat.com \
    --to=thuth@redhat.com \
    --cc=groug@kaod.org \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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.