summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2005-06-15 02:36:11 +0000
committerrodrigc <rodrigc@FreeBSD.org>2005-06-15 02:36:11 +0000
commitd5a287bf04a18d7f33d2f2dd80777ad484277fe3 (patch)
treece848833058d8740a5c3817ce075f5f8ba4e5cdb /sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
parentdd07f0a552429ab863ad51ea8ead738630e3c4da (diff)
downloadFreeBSD-src-d5a287bf04a18d7f33d2f2dd80777ad484277fe3.zip
FreeBSD-src-d5a287bf04a18d7f33d2f2dd80777ad484277fe3.tar.gz
Move ext2fs from src/gnu to src/gnu/fs.
Discussed on arch@. Reviewed by: kan Approved by: re (blanket), kan
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_linux_ialloc.c')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_linux_ialloc.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
index 0b656e7..b48d625 100644
--- a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
+++ b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
@@ -36,18 +36,18 @@
#include <sys/mount.h>
#include <sys/vnode.h>
-#include <gnu/ext2fs/inode.h>
-#include <gnu/ext2fs/ext2_mount.h>
-#include <gnu/ext2fs/ext2_extern.h>
-#include <gnu/ext2fs/ext2_fs.h>
-#include <gnu/ext2fs/ext2_fs_sb.h>
-#include <gnu/ext2fs/fs.h>
+#include <gnu/fs/ext2fs/inode.h>
+#include <gnu/fs/ext2fs/ext2_mount.h>
+#include <gnu/fs/ext2fs/ext2_extern.h>
+#include <gnu/fs/ext2fs/ext2_fs.h>
+#include <gnu/fs/ext2fs/ext2_fs_sb.h>
+#include <gnu/fs/ext2fs/fs.h>
#include <sys/stat.h>
#ifdef __i386__
-#include <gnu/ext2fs/i386-bitops.h>
+#include <gnu/fs/ext2fs/i386-bitops.h>
#else
-#include <gnu/ext2fs/ext2_bitops.h>
+#include <gnu/fs/ext2fs/ext2_bitops.h>
#endif
/* this is supposed to mark a buffer dirty on ready for delayed writing
OpenPOWER on IntegriCloud