Changeset 804 for Whitix/branches
- Timestamp:
- 07/14/08 20:37:09 (4 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/fs/include/fs/journal.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/fs/include/fs/journal.h
r795 r804 46 46 struct Buffer* buffer; 47 47 struct JournalTrans* transaction, *nextTransaction; 48 int list ;48 int list, refs; 49 49 struct ListHead next; 50 50 WaitQueue wait; … … 52 52 53 53 #define JTRANS_RUNNING 1 54 #define JTRANS_ COMMIT254 #define JTRANS_LOCKED 2 55 55 56 56 struct JournalTrans
