[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH 5/6] lib/vfscore: remove vfscore_fops
Not used anymore Signed-off-by: Yuri Volchkov <yuri.volchkov@xxxxxxxxx> --- lib/vfscore/include/vfscore/file.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/vfscore/include/vfscore/file.h b/lib/vfscore/include/vfscore/file.h index 7f323417..be1c7772 100644 --- a/lib/vfscore/include/vfscore/file.h +++ b/lib/vfscore/include/vfscore/file.h @@ -46,12 +46,6 @@ extern "C" { struct vfscore_file; -struct vfscore_fops { - int (*close)(struct vfscore_file *); - ssize_t (*write)(struct vfscore_file *, const void *, size_t); - ssize_t (*read)(struct vfscore_file *, void *, size_t); -}; - #define UK_VFSCORE_NOPOS ((int) (1 << 0)) struct vfscore_file { -- 2.19.2 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |