* [PATCH] gnttab: drop unused GNTCOPY_can_fail
@ 2013-06-10 12:14 Jan Beulich
2013-06-10 12:22 ` Keir Fraser
0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2013-06-10 12:14 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 512 bytes --]
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- a/xen/include/public/grant_table.h
+++ b/xen/include/public/grant_table.h
@@ -449,8 +449,6 @@ DEFINE_XEN_GUEST_HANDLE(gnttab_transfer_
#define GNTCOPY_source_gref (1<<_GNTCOPY_source_gref)
#define _GNTCOPY_dest_gref (1)
#define GNTCOPY_dest_gref (1<<_GNTCOPY_dest_gref)
-#define _GNTCOPY_can_fail (2)
-#define GNTCOPY_can_fail (1<<_GNTCOPY_can_fail)
struct gnttab_copy {
/* IN parameters. */
[-- Attachment #2: drop-GNTCOPY_can_fail.patch --]
[-- Type: text/plain, Size: 546 bytes --]
gnttab: drop unused GNTCOPY_can_fail
Signed-off-by: Jan Beulich <jbeulich@suse.com>
--- a/xen/include/public/grant_table.h
+++ b/xen/include/public/grant_table.h
@@ -449,8 +449,6 @@ DEFINE_XEN_GUEST_HANDLE(gnttab_transfer_
#define GNTCOPY_source_gref (1<<_GNTCOPY_source_gref)
#define _GNTCOPY_dest_gref (1)
#define GNTCOPY_dest_gref (1<<_GNTCOPY_dest_gref)
-#define _GNTCOPY_can_fail (2)
-#define GNTCOPY_can_fail (1<<_GNTCOPY_can_fail)
struct gnttab_copy {
/* IN parameters. */
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] gnttab: drop unused GNTCOPY_can_fail
2013-06-10 12:14 [PATCH] gnttab: drop unused GNTCOPY_can_fail Jan Beulich
@ 2013-06-10 12:22 ` Keir Fraser
0 siblings, 0 replies; 2+ messages in thread
From: Keir Fraser @ 2013-06-10 12:22 UTC (permalink / raw)
To: Jan Beulich, xen-devel
On 10/06/2013 13:14, "Jan Beulich" <JBeulich@suse.com> wrote:
> Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
> --- a/xen/include/public/grant_table.h
> +++ b/xen/include/public/grant_table.h
> @@ -449,8 +449,6 @@ DEFINE_XEN_GUEST_HANDLE(gnttab_transfer_
> #define GNTCOPY_source_gref (1<<_GNTCOPY_source_gref)
> #define _GNTCOPY_dest_gref (1)
> #define GNTCOPY_dest_gref (1<<_GNTCOPY_dest_gref)
> -#define _GNTCOPY_can_fail (2)
> -#define GNTCOPY_can_fail (1<<_GNTCOPY_can_fail)
>
> struct gnttab_copy {
> /* IN parameters. */
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-06-10 12:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-10 12:14 [PATCH] gnttab: drop unused GNTCOPY_can_fail Jan Beulich
2013-06-10 12:22 ` Keir Fraser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).