X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/7b8c2c90c660038574b21f6b202a31a3b2baac05:/sys/vfs/gnu/ext2fs/ext2_fs.h..b993bb87ded5c733e1f0213efbef1be2660b2536:/sys/gnu/vfs/ext2fs/ext2_fs.h diff --git a/sys/vfs/gnu/ext2fs/ext2_fs.h b/sys/gnu/vfs/ext2fs/ext2_fs.h similarity index 99% rename from sys/vfs/gnu/ext2fs/ext2_fs.h rename to sys/gnu/vfs/ext2fs/ext2_fs.h index 2184ba15ab..5b3938e309 100644 --- a/sys/vfs/gnu/ext2fs/ext2_fs.h +++ b/sys/gnu/vfs/ext2fs/ext2_fs.h @@ -5,7 +5,6 @@ * University of Utah, Department of Computer Science * * $FreeBSD: src/sys/gnu/ext2fs/ext2_fs.h,v 1.8.2.2 2001/09/29 12:52:47 iedowse Exp $ - * $DragonFly: src/sys/vfs/gnu/ext2fs/ext2_fs.h,v 1.6 2006/12/23 00:41:29 swildner Exp $ */ /* * linux/include/linux/ext2_fs.h @@ -81,7 +80,7 @@ # define ext2_debug(f, a...) { \ kprintf ("EXT2-fs DEBUG (%s, %d): %s:", \ __FILE__, __LINE__, __func__); \ - kprintf (f, ## a); \ + kprintf (f, ## a); \ } #else # define ext2_debug(f, a...) /**/ @@ -243,7 +242,7 @@ struct ext2_group_desc #define EXT2_COMPRBLK_FL 0x00000200 /* One or more compressed clusters */ #define EXT2_NOCOMP_FL 0x00000400 /* Don't compress */ #define EXT2_ECOMPR_FL 0x00000800 /* Compression error */ -/* End compression flags --- maybe not all used */ +/* End compression flags --- maybe not all used */ #define EXT2_BTREE_FL 0x00001000 /* btree format dir */ #define EXT2_RESERVED_FL 0x80000000 /* reserved for ext2 lib */ @@ -422,7 +421,7 @@ struct ext2_super_block { * the incompatible feature set is that if there is a bit set * in the incompatible feature set that the kernel doesn't * know about, it should refuse to mount the filesystem. - * + * * e2fsck's requirements are more strict; if it doesn't know * about a feature in either the compatible or incompatible * feature set, it must abort and not try to meddle with