From: Simon Glass <simon.glass@canonical.com> Add declaration for ext4_commit_super() to the ext4_uboot.h header and update the comment to reflect both superblock initialisation and commit functions. Signed-off-by: Simon Glass <simon.glass@canonical.com> --- fs/ext4l/ext4_uboot.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/ext4l/ext4_uboot.h b/fs/ext4l/ext4_uboot.h index 35db84588d6..610fe34b556 100644 --- a/fs/ext4l/ext4_uboot.h +++ b/fs/ext4l/ext4_uboot.h @@ -2075,8 +2075,9 @@ struct fs_context { bool silent; }; -/* ext4 superblock initialisation */ +/* ext4 superblock initialisation and commit */ int ext4_fill_super(struct super_block *sb, struct fs_context *fc); +int ext4_commit_super(struct super_block *sb); /* fs_parameter stubs */ struct fs_parameter { -- 2.43.0