#include <linux/init.h>
#include <linux/module.h>
#include <linux/blkdev.h>
#include <linux/fs.h>
#include <linux/buffer_head.h>
#include <linux/kernel.h>
#include <linux/slab.h>
#include <linux/stat.h>
#include <linux/vfs.h>
#include <linux/mount.h>
#include "vxfs.h"
#include "vxfs_extern.h"
#include "vxfs_dir.h"
#include "vxfs_inode.h"
Go to the source code of this file.
MODULE_AUTHOR |
( |
"Christoph Hellwig" |
| ) |
|
MODULE_DESCRIPTION |
( |
"Veritas Filesystem (VxFS) driver" |
| ) |
|
module_exit |
( |
vxfs_cleanup |
| ) |
|
module_init |
( |
vxfs_init |
| ) |
|
MODULE_LICENSE |
( |
"Dual BSD/GPL" |
| ) |
|