#include <linux/kernel.h>
#include <linux/crc32.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/fs.h>
#include "cluster/masklog.h"
#include "cluster/nodemanager.h"
#include "cluster/heartbeat.h"
#include "cluster/tcp.h"
#include "stackglue.h"
Go to the source code of this file.
#define map_flag |
( |
|
_generic, |
|
|
|
_o2dlm |
|
) |
| |
Value:if (
flags & (_generic)) { \
flags &= ~(_generic); \
o2dlm_flags |= (_o2dlm); \
}
Definition at line 70 of file stack_o2cb.c.
#define O2CB_MAP_STABILIZE_COUNT 60 |
MODULE_AUTHOR |
( |
"Oracle" |
| ) |
|
module_exit |
( |
o2cb_stack_exit |
| ) |
|
module_init |
( |
o2cb_stack_init |
| ) |
|