Whamcloud - gitweb
create_inode: fix build failure when libarchive is not present
authorTheodore Ts'o <tytso@mit.edu>
Wed, 21 May 2025 16:10:30 +0000 (12:10 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 21 May 2025 16:31:45 +0000 (12:31 -0400)
commit189db1c7808dfe12a3406f8826ef8afbbce73b68
treed62c912deaf048a846a03f830eaf1d2909e413da
parent5cfab108a5b9efeef09c56070aeefbec684ce721
create_inode: fix build failure when libarchive is not present

Add the new flags parameter to the version of __populate_fs_from_tar()
used when libarchive is not present to fix a build failure.

Fixes: 2dc83ca9b892 ("create_inode: pass no_copy_xattr via a flag...")
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/create_inode_libarchive.c