/* | |
* linux/fs/ext2/xip.c | |
* | |
* Copyright (C) 2005 IBM Corporation | |
* Author: Carsten Otte (cotte@de.ibm.com) | |
*/ | |
#include <linux/mm.h> | |
#include <linux/fs.h> | |
#include <linux/genhd.h> | |
#include <linux/buffer_head.h> | |
#include <linux/blkdev.h> | |
#include "ext2.h" | |
#include "xip.h" | |