blob: 65bf9f7fdf0640099295e4f38f57680cdaa92006 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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++)
|