projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c8eab5
)
tools/livepatch: Remove unused struct member
author
Ross Lagerwall
<ross.lagerwall@citrix.com>
Wed, 14 Dec 2016 07:51:58 +0000
(07:51 +0000)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Wed, 14 Dec 2016 20:27:19 +0000
(15:27 -0500)
Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
tools/misc/xen-livepatch.c
patch
|
blob
|
history
diff --git
a/tools/misc/xen-livepatch.c
b/tools/misc/xen-livepatch.c
index 4ebe95e9b1f3ef94b7050540d58d67d2530e24ac..fd2f968506fff71498fa8f449a73e06cfb30f7fb 100644
(file)
--- a/
tools/misc/xen-livepatch.c
+++ b/
tools/misc/xen-livepatch.c
@@
-238,7
+238,6
@@
struct {
const char *name;
const char *verb;
int (*function)(xc_interface *xch, char *name, uint32_t timeout);
- unsigned int executed; /* Has the function been called?. */
} action_options[] = {
{ .allow = LIVEPATCH_STATE_CHECKED,
.expected = LIVEPATCH_STATE_APPLIED,