From 95099d4622f8cb224d94e314c7a8e0df60b13f87 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 08:38:01 +0000 Subject: [PATCH] enable docker ppp --- kernel/fs/xfs/xfs_fsmap.h | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/kernel/fs/xfs/xfs_fsmap.h b/kernel/fs/xfs/xfs_fsmap.h index c6c5773..a077578 100644 --- a/kernel/fs/xfs/xfs_fsmap.h +++ b/kernel/fs/xfs/xfs_fsmap.h @@ -27,13 +27,9 @@ struct xfs_fsmap fmh_keys[2]; /* low and high keys */ }; -void xfs_fsmap_from_internal(struct fsmap *dest, struct xfs_fsmap *src); void xfs_fsmap_to_internal(struct xfs_fsmap *dest, struct fsmap *src); -/* fsmap to userspace formatter - copy to user & advance pointer */ -typedef int (*xfs_fsmap_format_t)(struct xfs_fsmap *, void *); - int xfs_getfsmap(struct xfs_mount *mp, struct xfs_fsmap_head *head, - xfs_fsmap_format_t formatter, void *arg); + struct fsmap *out_recs); #endif /* __XFS_FSMAP_H__ */ -- Gitblit v1.6.2