Changeset 2ea6392 in mainline for uspace/lib/ext4/libext4_directory.h


Ignore:
Timestamp:
2011-10-10T09:22:25Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7b9381b
Parents:
7a68fe5
Message:

cleaning debug some debug messages and added feature checkers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_directory.h

    r7a68fe5 r2ea6392  
    3737#include "libext4_inode.h"
    3838
     39#define EXT4_FILENAME_LEN       255
     40
    3941/**
    4042 * Linked list directory entry structure
     
    4850                uint8_t inode_type; // Type of referenced inode (in rev >= 0.5)
    4951        } __attribute__ ((packed));
    50         uint8_t name; // First byte of name, if present
     52        uint8_t name[EXT4_FILENAME_LEN]; // Entry name
    5153} __attribute__ ((packed)) ext4_directory_entry_ll_t;
    5254
Note: See TracChangeset for help on using the changeset viewer.