aboutsummaryrefslogtreecommitdiffstats
path: root/testing/extundelete/extundelete-inode.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2018-09-17 06:08:11 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-09-17 06:08:17 +0000
commite1bf8de5af362bdbd6db676d03f35b4591499277 (patch)
treed2063da7a8fc6f48e3fe8de4e2bac74a54b85f3b /testing/extundelete/extundelete-inode.patch
parentbeb89366fe3410d185f1fb7467c5f41061fe859b (diff)
downloadaports-e1bf8de5af362bdbd6db676d03f35b4591499277.tar.bz2
aports-e1bf8de5af362bdbd6db676d03f35b4591499277.tar.xz
testing/extundelete: new aport
Diffstat (limited to 'testing/extundelete/extundelete-inode.patch')
-rw-r--r--testing/extundelete/extundelete-inode.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/extundelete/extundelete-inode.patch b/testing/extundelete/extundelete-inode.patch
new file mode 100644
index 0000000000..65bf9f7fdf
--- /dev/null
+++ b/testing/extundelete/extundelete-inode.patch
@@ -0,0 +1,13 @@
+diff -ru extundelete-0.2.4.orig/src/insertionops.cc extundelete-0.2.4/src/insertionops.cc
+--- extundelete-0.2.4.orig/src/insertionops.cc 2018-06-04 22:19:22.460051515 +0000
++++ extundelete-0.2.4/src/insertionops.cc 2018-06-04 22:19:49.256717673 +0000
+@@ -33,7 +33,7 @@
+ os << "File flags: " << inode.i_flags << std::endl;
+ os << "File version (for NFS): " << inode.i_generation << std::endl;
+ os << "File ACL: " << inode.i_file_acl << std::endl;
+- os << "Directory ACL: " << inode.i_dir_acl << std::endl;
++ os << "Directory ACL: " << inode.i_size_high << std::endl;
+ os << "Fragment address: " << inode.i_faddr << std::endl;
+ os << "Direct blocks: ";
+ for (int n = 0; n < EXT2_NDIR_BLOCKS; n++)
+