summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_linux_balloc.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_balloc.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_balloc.c')
-rw-r--r--sys/gnu/fs/ext2fs/ext2_linux_balloc.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_linux_balloc.c b/sys/gnu/fs/ext2fs/ext2_linux_balloc.c
index 23524ca..86bc8c3 100644
--- a/sys/gnu/fs/ext2fs/ext2_linux_balloc.c
+++ b/sys/gnu/fs/ext2fs/ext2_linux_balloc.c
@@ -35,17 +35,17 @@
#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>
#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
#define in_range(b, first, len) ((b) >= (first) && (b) <= (first) + (len) - 1)
OpenPOWER on IntegriCloud