|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] tools/libs/gnttab: remove old mini-os callback
commit ec43f0886eee614d3c6a6bef6851336368450fb2
Author: Juergen Gross <jgross@xxxxxxxx>
AuthorDate: Wed Jan 19 08:28:23 2022 +0100
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Wed Jan 19 09:38:01 2022 +0000
tools/libs/gnttab: remove old mini-os callback
It is possible now to delete minios_gnttab_close_fd().
Signed-off-by: Juergen Gross <jgross@xxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
tools/libs/gnttab/minios.c | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/tools/libs/gnttab/minios.c b/tools/libs/gnttab/minios.c
index f59fad3577..cac89f0ba6 100644
--- a/tools/libs/gnttab/minios.c
+++ b/tools/libs/gnttab/minios.c
@@ -33,8 +33,6 @@
#include "private.h"
-void minios_gnttab_close_fd(int fd);
-
static int gnttab_close_fd(struct file *file)
{
gntmap_fini(file->dev);
@@ -89,13 +87,6 @@ int osdep_gnttab_close(xengnttab_handle *xgt)
return close(xgt->fd);
}
-void minios_gnttab_close_fd(int fd)
-{
- struct file *file = get_file_from_fd(fd);
-
- gnttab_close_fd(file);
-}
-
void *osdep_gnttab_grant_map(xengnttab_handle *xgt,
uint32_t count, int flags, int prot,
uint32_t *domids, uint32_t *refs,
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |