extundelete: fix FTBFS due to new e2fsprogs.
This commit is contained in:
parent
81c2a10ae1
commit
de4d0fd500
|
@ -0,0 +1,12 @@
|
|||
--- src/insertionops.cc
|
||||
+++ src/insertionops.cc
|
||||
@@ -33,7 +33,7 @@ std::ostream& operator<<(std::ostream& o
|
||||
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++)
|
||||
|
Loading…
Reference in New Issue