bef3d7d * stage2/fsys_reiserfs.c: Symlink support added.

Authored and Committed by jochen 23 years ago
    * stage2/fsys_reiserfs.c: Symlink support added.
    (S_ISLNK): New macro.
    (PATH_MAX): Likewise.
    (MAX_LINK_COUNT): Likewise.
    (reiserfs_dir): Check for symlink and handle them.
    (read_tree_node): Take a block number and check if tree node was
    already read in.  If not update the INFO->blocks field.
    (next_key): Changed call of read_tree_node.
    (search_stat): Likewise.
    (journal_init): Fixed a small bug.  Some debugging messages added.
    
        
file modified
+13 -0
file modified
+1 -0
file modified
+181 -30