#include <linux/slab.h>
#include <linux/spinlock.h>
#include <linux/completion.h>
#include <linux/buffer_head.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/gfs2_ondisk.h>
#include <linux/rcupdate.h>
#include <linux/rculist_bl.h>
#include <linux/atomic.h>
#include <linux/mempool.h>
#include "gfs2.h"
#include "incore.h"
#include "super.h"
#include "sys.h"
#include "util.h"
#include "glock.h"
#include "quota.h"
#include "recovery.h"
#include "dir.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Red |
Hat, |
|
|
Inc." |
|
|
) |
| |
MODULE_DESCRIPTION |
( |
"Global File System" |
| ) |
|
module_exit |
( |
exit_gfs2_fs |
| ) |
|
module_init |
( |
init_gfs2_fs |
| ) |
|