revert-mm-fix-blkdev-size-calculation-in-generic_write_checks
[linux-2.6/linux-trees-mm.git] / fs / reiser4 / plugin / disk_format / disk_format.h
blobb9c53acede725cd631e3394264827a3a5d62ddf1
1 /* Copyright 2002, 2003 by Hans Reiser, licensing governed by reiser4/README */
3 /* identifiers for disk layouts, they are also used as indexes in array of disk
4 plugins */
6 #if !defined( __REISER4_DISK_FORMAT_H__ )
7 #define __REISER4_DISK_FORMAT_H__
9 typedef enum {
10 /* standard reiser4 disk layout plugin id */
11 FORMAT40_ID,
12 LAST_FORMAT_ID
13 } disk_format_id;
15 /* __REISER4_DISK_FORMAT_H__ */
16 #endif
18 /* Make Linus happy.
19 Local variables:
20 c-indentation-style: "K&R"
21 mode-name: "LC"
22 c-basic-offset: 8
23 tab-width: 8
24 fill-column: 120
25 scroll-step: 1
26 End: