aboutsummaryrefslogtreecommitdiffstats
path: root/src/clone_ea.c
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2018-05-14 02:40:06 +0100
committerfishsoupisgood <github@madingley.org>2018-05-14 02:40:06 +0100
commitec9eb54d2f36f9c98607b5fc8745f978cfebd63e (patch)
treee8570d2f581d844ce24d02eb9d89bdd156d3cd2c /src/clone_ea.c
parentb8e2bb419265d10c11fc5840aabce81379bb242d (diff)
downloadext_clone-ec9eb54d2f36f9c98607b5fc8745f978cfebd63e.tar.gz
ext_clone-ec9eb54d2f36f9c98607b5fc8745f978cfebd63e.tar.bz2
ext_clone-ec9eb54d2f36f9c98607b5fc8745f978cfebd63e.zip
support non extents and fast symlinks
Diffstat (limited to 'src/clone_ea.c')
-rw-r--r--src/clone_ea.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clone_ea.c b/src/clone_ea.c
index d8287b7..3dce3cc 100644
--- a/src/clone_ea.c
+++ b/src/clone_ea.c
@@ -57,7 +57,7 @@ int clone_ea (ext2_filsys src_fs, ext2_filsys dst_fs, ext2_ino_t i_num, struct e
if (ret) return ret;
dst_i->i_file_acl = dst_blk & 0xffffffff;
- dst_i->osd2.linux2.l_i_file_acl_high= dst_blk >> 32;
+ dst_i->osd2.linux2.l_i_file_acl_high = dst_blk >> 32;
dst_i->i_blocks += len * (dst_fs->blocksize / 512);
EXT2_MOAN_FAIL (ret, ext2fs_adjust_ea_refcount2 (dst_fs, dst_blk, buf, +1, NULL));