projects
/
platform
/
upstream
/
erofs-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d7a0f5
)
erofs-utils: lib: remove prototypes of removed functions
author
Jingbo Xu
<jefflexu@linux.alibaba.com>
Thu, 10 Aug 2023 06:46:33 +0000
(14:46 +0800)
committer
Gao Xiang
<hsiangkao@linux.alibaba.com>
Fri, 11 Aug 2023 00:57:18 +0000
(08:57 +0800)
Remove prototypes of those that have been deleted.
Signed-off-by: Jingbo Xu <jefflexu@linux.alibaba.com>
Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link:
https://lore.kernel.org/r/20230810064633.56218-2-jefflexu@linux.alibaba.com
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
include/erofs/tar.h
patch
|
blob
|
history
diff --git
a/include/erofs/tar.h
b/include/erofs/tar.h
index b7c2ef897dea59a74564926476e8134d082aa261..d5648f6be04db77e4dcf2e0d67f0704df4dab79e 100644
(file)
--- 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
}