summaryrefslogtreecommitdiff
path: root/convert/source-fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'convert/source-fs.h')
-rw-r--r--convert/source-fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/convert/source-fs.h b/convert/source-fs.h
index a2b21982..bc693162 100644
--- a/convert/source-fs.h
+++ b/convert/source-fs.h
@@ -102,6 +102,8 @@ static inline size_t acl_ea_size(int count)
return sizeof(acl_ea_header) + count * sizeof(acl_ea_entry);
}
+int ext2_acl_count(size_t size);
+
struct btrfs_convert_operations {
const char name[SOURCE_FS_NAME_LEN];
int (*open_fs)(struct btrfs_convert_context *cctx, const char *devname);