revert-mm-fix-blkdev-size-calculation-in-generic_write_checks
[linux-2.6/linux-trees-mm.git] / fs / reiser4 / plugin / security / perm.c
blob64c285611273649793f30202ae28c793c2a86504
1 /* Copyright 2001, 2002, 2003 by Hans Reiser, licensing governed by reiser4/README */
3 /*
4 * This file contains implementation of permission plugins.
5 * See the comments in perm.h
6 */
8 #include "../plugin.h"
9 #include "../plugin_header.h"
10 #include "../../debug.h"
12 perm_plugin perm_plugins[LAST_PERM_ID] = {
13 [NULL_PERM_ID] = {
14 .h = {
15 .type_id = REISER4_PERM_PLUGIN_TYPE,
16 .id = NULL_PERM_ID,
17 .pops = NULL,
18 .label = "null",
19 .desc = "stub permission plugin",
20 .linkage = {NULL, NULL}
26 * Local variables:
27 * c-indentation-style: "K&R"
28 * mode-name: "LC"
29 * c-basic-offset: 8
30 * tab-width: 8
31 * fill-column: 79
32 * End: