[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging-4.13] tools/xenstore: add exports for quota variables
commit 146b9544fbef9d5d2e7a8e072d3d40d5065294f2 Author: Juergen Gross <jgross@xxxxxxxx> AuthorDate: Tue Sep 13 07:35:10 2022 +0200 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Tue Nov 1 15:25:15 2022 +0000 tools/xenstore: add exports for quota variables Some quota variables are not exported via header files. This is part of XSA-326. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx> (cherry picked from commit 1da16d5990b5f7752657fca3e948f735177ea9ad) --- tools/xenstore/xenstored_core.h | 5 +++++ tools/xenstore/xenstored_transaction.c | 1 - tools/xenstore/xenstored_watch.c | 2 -- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/xenstore/xenstored_core.h b/tools/xenstore/xenstored_core.h index 521bc80384..5abf06c21c 100644 --- a/tools/xenstore/xenstored_core.h +++ b/tools/xenstore/xenstored_core.h @@ -231,6 +231,11 @@ extern TDB_CONTEXT *tdb_ctx; extern int dom0_domid; extern int dom0_event; extern int priv_domid; +extern int quota_nb_watch_per_domain; +extern int quota_max_transaction; +extern int quota_max_entry_size; +extern int quota_nb_perms_per_node; +extern int quota_max_path_len; extern int quota_nb_entry_per_domain; extern int quota_req_outstanding; extern int quota_trans_nodes; diff --git a/tools/xenstore/xenstored_transaction.c b/tools/xenstore/xenstored_transaction.c index c1beb40a3d..6e29118c80 100644 --- a/tools/xenstore/xenstored_transaction.c +++ b/tools/xenstore/xenstored_transaction.c @@ -175,7 +175,6 @@ struct transaction bool fail; }; -extern int quota_max_transaction; uint64_t generation; static void set_tdb_key(const char *name, TDB_DATA *key) diff --git a/tools/xenstore/xenstored_watch.c b/tools/xenstore/xenstored_watch.c index 7118c30e8c..19d0fb01b1 100644 --- a/tools/xenstore/xenstored_watch.c +++ b/tools/xenstore/xenstored_watch.c @@ -31,8 +31,6 @@ #include "xenstored_domain.h" #include "xenstored_transaction.h" -extern int quota_nb_watch_per_domain; - struct watch { /* Watches on this connection */ -- generated by git-patchbot for /home/xen/git/xen.git#staging-4.13
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |