X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fext4%2Fext4_extents.h;fp=include%2Flinux%2Fext4_fs_extents.h;h=75333b595fab794bda6023a3978b0c61df5e91de;hb=3dcf54515aa4981a647ad74859199032965193a5;hp=1285c583b2d868421366fc71bb05cc12c507225f;hpb=216553c4b7f3e3e2beb4981cddca9b2027523928;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/ext4_fs_extents.h b/fs/ext4/ext4_extents.h similarity index 98% rename from include/linux/ext4_fs_extents.h rename to fs/ext4/ext4_extents.h index 1285c583b2d..75333b595fa 100644 --- a/include/linux/ext4_fs_extents.h +++ b/fs/ext4/ext4_extents.h @@ -16,10 +16,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111- */ -#ifndef _LINUX_EXT4_EXTENTS -#define _LINUX_EXT4_EXTENTS +#ifndef _EXT4_EXTENTS +#define _EXT4_EXTENTS -#include +#include "ext4.h" /* * With AGGRESSIVE_TEST defined, the capacity of index/leaf blocks @@ -228,5 +228,5 @@ extern int ext4_ext_search_left(struct inode *, struct ext4_ext_path *, extern int ext4_ext_search_right(struct inode *, struct ext4_ext_path *, ext4_lblk_t *, ext4_fsblk_t *); extern void ext4_ext_drop_refs(struct ext4_ext_path *); -#endif /* _LINUX_EXT4_EXTENTS */ +#endif /* _EXT4_EXTENTS */