aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2fs.h
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2011-02-01 18:30:52 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2011-02-01 18:30:52 +0000
commit45641afb725dca8361a01f68fd6398d5ea3d566e (patch)
treec3ce419ab951938fe3e5ee9c97ed5f99d361d3d7 /sys/fs/ext2fs/ext2fs.h
parentc767faa55832552fdb18aa5810469cb848e072d5 (diff)
downloadsrc-45641afb725dca8361a01f68fd6398d5ea3d566e.tar.gz
src-45641afb725dca8361a01f68fd6398d5ea3d566e.zip
Some cosmetic fixes and remove a duplicate constant.
Submitted by: Pedro F. Giffuni giffunip at yahoo
Notes
Notes: svn path=/head/; revision=218176
Diffstat (limited to 'sys/fs/ext2fs/ext2fs.h')
-rwxr-xr-xsys/fs/ext2fs/ext2fs.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/fs/ext2fs/ext2fs.h b/sys/fs/ext2fs/ext2fs.h
index 9e69f1d87246..b546cac0c7fd 100755
--- a/sys/fs/ext2fs/ext2fs.h
+++ b/sys/fs/ext2fs/ext2fs.h
@@ -34,8 +34,8 @@
*
*/
-#ifndef _FS_EXT2FS_EXT2_FS_H
-#define _FS_EXT2FS_EXT2_FS_H
+#ifndef _FS_EXT2FS_EXT2_FS_H_
+#define _FS_EXT2FS_EXT2_FS_H_
#include <sys/types.h>
@@ -118,7 +118,6 @@ struct ext2fs {
u_int32_t reserved2[204];
};
-
/* Assume that user mode programs are passing in an ext2fs superblock, not
* a kernel struct super_block. This will allow us to call the feature-test
* macros from user land. */
@@ -166,9 +165,6 @@ struct m_ext2fs {
#define E2FS_DATE "95/08/09"
#define E2FS_VERSION "0.5b"
-/* First non-reserved inode for old ext2 filesystems */
-#define E2FS_REV0_FIRST_INO 11
-
/*
* The second extended file system magic number
*/
@@ -319,4 +315,4 @@ struct ext2_gd {
#endif
-#endif /* !_FS_EXT2FS_EXT2FS_H */
+#endif /* !_FS_EXT2FS_EXT2FS_H_ */