Changeset e8b6b6a in mainline
- Timestamp:
- 2011-07-27T11:01:48Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dd9af5d
- Parents:
- b2a18234
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs_ops.c
rb2a18234 re8b6b6a 656 656 struct mfs_sb_info *sbi = mnode->instance->sbi; 657 657 658 if (pos < 2) { 659 /*Skip the first two dentries ('.' and '..')*/ 660 pos = 2; 661 } 662 658 663 for (; pos < mnode->ino_i->i_size / sbi->dirsize; ++pos) { 659 664 rc = read_dentry(mnode, &d_info, pos);
Note:
See TracChangeset
for help on using the changeset viewer.