[PATCH 2/2] erofs-utils: lib: remove prototypes of removed functions
Jingbo Xu
jefflexu at linux.alibaba.com
Thu Aug 10 16:46:33 AEST 2023
Remove prototypes of those that have been deleted.
Signed-off-by: Jingbo Xu <jefflexu at linux.alibaba.com>
---
include/erofs/tar.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/erofs/tar.h b/include/erofs/tar.h
index b7c2ef8..d5648f6 100644
--- a/include/erofs/tar.h
+++ b/include/erofs/tar.h
@@ -29,10 +29,7 @@ struct erofs_tarfile {
bool index_mode, aufs;
};
-int tarerofs_init_empty_dir(struct erofs_inode *inode);
int tarerofs_parse_tar(struct erofs_inode *root, struct erofs_tarfile *tar);
-int tarerofs_reserve_devtable(struct erofs_sb_info *sbi, unsigned int devices);
-int tarerofs_write_devtable(struct erofs_sb_info *sbi, struct erofs_tarfile *tar);
#ifdef __cplusplus
}
--
2.19.1.6.gb485710b
More information about the Linux-erofs
mailing list