summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/inode.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-04-27 18:25:35 +0000
committerjhb <jhb@FreeBSD.org>2011-04-27 18:25:35 +0000
commit09fd1db2a07e44c41a4341b1dcc53c381d095ffd (patch)
tree8c93225a3d02b804665bcdb623009a25b1ed0595 /sys/fs/ext2fs/inode.h
parentb6ed6bf65d437f20a27d864b19504b1b74794647 (diff)
downloadFreeBSD-src-09fd1db2a07e44c41a4341b1dcc53c381d095ffd.zip
FreeBSD-src-09fd1db2a07e44c41a4341b1dcc53c381d095ffd.tar.gz
Use a private EXT2_ROOTINO constant instead of redefining ROOTINO.
Submitted by: Pedro F. Giffuni giffunip at yahoo
Diffstat (limited to 'sys/fs/ext2fs/inode.h')
-rw-r--r--sys/fs/ext2fs/inode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/ext2fs/inode.h b/sys/fs/ext2fs/inode.h
index 99437d5..ae794d7 100644
--- a/sys/fs/ext2fs/inode.h
+++ b/sys/fs/ext2fs/inode.h
@@ -41,8 +41,6 @@
#include <sys/lock.h>
#include <sys/queue.h>
-#define ROOTINO ((ino_t)2)
-
#define NDADDR 12 /* Direct addresses in inode. */
#define NIADDR 3 /* Indirect addresses in inode. */
OpenPOWER on IntegriCloud