commit | bef3d7d863dd75f7803edeb91c33289712f27a14 | [log] [download] |
---|---|---|
author | jochen <jochen@localhost> | Tue Aug 01 08:46:17 2000 +0000 |
committer | jochen <jochen@localhost> | Tue Aug 01 08:46:17 2000 +0000 |
tree | 5133871a34adf117198ed5c9ccdf80e932e10a36 | |
parent | b6092dd0eac23de0b748cf27763cf49e6116878e [diff] |
* 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.