ext2fs: add two new reserved inodes.

According to online documentation [1], Ext4 has two new "special"
inodes so add the new exclude and replica inodes.

Reference:
[1] https://ext4.wiki.kernel.org/index.php/Ext4_Disk_Layout

Reported by:	Mike Ma
MFC after:	3 weeks
This commit is contained in:
Pedro F. Giffuni 2013-12-04 02:27:52 +00:00
parent bc968a581f
commit 244f00cc0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258904

View File

@ -44,6 +44,8 @@
#define EXT2_UNDELDIRINO ((ino_t)6)
#define EXT2_RESIZEINO ((ino_t)7)
#define EXT2_JOURNALINO ((ino_t)8)
#define EXT2_EXCLUDEINO ((ino_t)9)
#define EXT2_REPLICAINO ((ino_t)10)
#define EXT2_FIRSTINO ((ino_t)11)
/*