revert-mm-fix-blkdev-size-calculation-in-generic_write_checks
[linux-2.6/linux-trees-mm.git] / fs / reiser4 / plugin / disk_format / disk_format.c
blobd7851063c821d639aaa437f4c5a6ca0e5d306102
1 /* Copyright 2002, 2003 by Hans Reiser, licensing governed by reiser4/README */
3 #include "../../debug.h"
4 #include "../plugin_header.h"
5 #include "disk_format40.h"
6 #include "disk_format.h"
7 #include "../plugin.h"
9 /* initialization of disk layout plugins */
10 disk_format_plugin format_plugins[LAST_FORMAT_ID] = {
11 [FORMAT40_ID] = {
12 .h = {
13 .type_id = REISER4_FORMAT_PLUGIN_TYPE,
14 .id = FORMAT40_ID,
15 .pops = NULL,
16 .label = "reiser40",
17 .desc = "standard disk layout for reiser40",
18 .linkage = {NULL, NULL}
20 .init_format = init_format_format40,
21 .root_dir_key = root_dir_key_format40,
22 .release = release_format40,
23 .log_super = log_super_format40,
24 .check_open = check_open_format40,
25 .version_update = version_update_format40
29 /* Make Linus happy.
30 Local variables:
31 c-indentation-style: "K&R"
32 mode-name: "LC"
33 c-basic-offset: 8
34 tab-width: 8
35 fill-column: 120
36 scroll-step: 1
37 End: