Changeset ef76d72 in mainline for uspace/srv/fs/minixfs/mfs_ops.c


Ignore:
Timestamp:
2011-03-28T16:56:04Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fde8a27
Parents:
7a96476
Message:

Add the isearch and zsearch fields to the superblock
structure, they will be used to optimize search in inode/zone bitmaps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs_ops.c

    r7a96476 ref76d72  
    177177        sbi->native = native;
    178178        sbi->magic = magic;
     179        sbi->isearch = 0;
     180        sbi->zsearch = 0;
    179181
    180182        if (version == MFS_VERSION_V3) {
Note: See TracChangeset for help on using the changeset viewer.