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:
parent
bc968a581f
commit
244f00cc0d
@ -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)
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user