Changeset 7413683 in mainline for uspace/srv/fs/minixfs/mfs_const.h


Ignore:
Timestamp:
2011-03-04T18:32:29Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
63ffffd
Parents:
eaf9794
Message:

Do not duplicate code, use symbolic lynks instead of copy-paste

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs_const.h

    reaf9794 r7413683  
    3838#include <bool.h>
    3939
     40#define MFS_MAX_BLOCK_SIZE      4096
     41#define MFS_MIN_BLOCK_SIZE      1024
     42
    4043#define MFS_ROOT_INO            1
    4144#define MFS_SUPER_BLOCK         0
Note: See TracChangeset for help on using the changeset viewer.