Changes in uspace/app/ext2info/ext2info.c [1a86c50:82a3b31f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/ext2info/ext2info.c
r1a86c50 r82a3b31f 586 586 ext2_directory_iterator_t it; 587 587 size_t name_size; 588 uint32_t inode; 588 589 589 590 printf(" Directory contents:\n"); … … 600 601 printf(" "); 601 602 print_data(&it.current->name, name_size); 602 printf(" --> %u\n", it.current->inode); 603 604 inode = ext2_directory_entry_ll_get_inode(it.current); 605 printf(" --> %u\n", inode); 603 606 604 607 rc = ext2_directory_iterator_next(&it);
Note:
See TracChangeset
for help on using the changeset viewer.