1 /* Copyright 2002, 2003, 2004 by Hans Reiser, licensing governed by reiser4/README */
3 #if !defined (__FS_REISER4_WRITEOUT_H__)
5 #define WRITEOUT_SINGLE_STREAM (0x1)
6 #define WRITEOUT_FOR_PAGE_RECLAIM (0x2)
7 #define WRITEOUT_BARRIER (0x4)
9 extern int reiser4_get_writeout_flags(void);
11 #endif /* __FS_REISER4_WRITEOUT_H__ */
15 c-indentation-style: "K&R"