inode.c:407:82: error: struct ext2_inode has no member named i_dir_acl
Status: Abandoned
Brought to you by:
robi6
The upstream has removed the macro that defined i_dir_acl as
i_size_high which causes a build failure with the later versions of
e2fsprogs. Replace every reference to inode->i_dir_acl with
inode->i_size_high.