xip.c 278 B

123456789101112131415
  1. /*
  2. * linux/fs/ext2/xip.c
  3. *
  4. * Copyright (C) 2005 IBM Corporation
  5. * Author: Carsten Otte (cotte@de.ibm.com)
  6. */
  7. #include <linux/mm.h>
  8. #include <linux/fs.h>
  9. #include <linux/genhd.h>
  10. #include <linux/buffer_head.h>
  11. #include <linux/blkdev.h>
  12. #include "ext2.h"
  13. #include "xip.h"