On Tue, Nov 06, 2007 at 02:33:53AM -0800, akpm@linux-foundation.org wrote:
[mmotm.git] / fs / reiser4 / writeout.h
blob446b63b1baef5c800a41c7642babaf2ae143dc4d
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__ */
13 /* Make Linus happy.
14 Local variables:
15 c-indentation-style: "K&R"
16 mode-name: "LC"
17 c-basic-offset: 8
18 tab-width: 8
19 fill-column: 80
20 End: