Linux Kernel
3.7.1
|
#include <linux/blkdev.h>
#include <linux/elevator.h>
#include <linux/bio.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/init.h>
Go to the source code of this file.
Data Structures | |
struct | noop_data |
Functions | |
module_init (noop_init) | |
module_exit (noop_exit) | |
MODULE_AUTHOR ("Jens Axboe") | |
MODULE_LICENSE ("GPL") | |
MODULE_DESCRIPTION ("No-op IO scheduler") | |
MODULE_AUTHOR | ( | "Jens Axboe" | ) |
module_exit | ( | noop_exit | ) |
module_init | ( | noop_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |