Changeset 1931

Show
Ignore:
Timestamp:
02/25/09 19:40:42 (3 years ago)
Author:
mwhitworth
Message:

Add SuperSetDirty macro.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/include/fs/super.h

    r1668 r1931  
    6969#define BYTES_PER_SECTOR(s)             ((s)->sDevice->softBlockSize) 
    7070 
     71#define SuperSetDirty(sb)               ((sb)->flags |= SB_DIRTY) 
     72 
    7173/* Superblock flags. */ 
    7274#define SB_DIRTY        0x1