Changeset bd64680 in mainline for uspace/srv/fs/minixfs/mfs.h


Ignore:
Timestamp:
2011-03-31T19:29:45Z (15 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
Children:
2cada66
Parents:
147c9f6
Message:

Link mfs_match() to the libfs_ops structure

File:
1 edited

Legend:

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

    r147c9f6 rbd64680  
    4343
    4444#define DEBUG_MODE
     45
     46#define min(a, b)       ((a) < (b) ? (a) : (b))
    4547
    4648#ifdef DEBUG_MODE
     
    8991        int ino_per_block;
    9092        int dirsize;
     93        unsigned max_name_len;
    9194        bool long_names;
    9295        bool native;
Note: See TracChangeset for help on using the changeset viewer.