Changeset bd64680 in mainline for uspace/srv/fs/minixfs/mfs.h
- Timestamp:
- 2011-03-31T19:29:45Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2cada66
- Parents:
- 147c9f6
- File:
-
- 1 edited
-
uspace/srv/fs/minixfs/mfs.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs.h
r147c9f6 rbd64680 43 43 44 44 #define DEBUG_MODE 45 46 #define min(a, b) ((a) < (b) ? (a) : (b)) 45 47 46 48 #ifdef DEBUG_MODE … … 89 91 int ino_per_block; 90 92 int dirsize; 93 unsigned max_name_len; 91 94 bool long_names; 92 95 bool native;
Note:
See TracChangeset
for help on using the changeset viewer.
