ext2: rename some directory index constants.

Missed from r294653.

Pointyhat:	me
This commit is contained in:
Pedro F. Giffuni 2016-01-24 04:30:30 +00:00
parent c22ff471b4
commit 386b134364
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294655

View File

@ -157,7 +157,7 @@ struct inode {
* These are translation flags for some attributes that Ext4
* passes as inode flags but that we cannot pass directly.
*/
#define IN_E4INDEX 0x010000
#define IN_E3INDEX 0x010000
#define IN_E4EXTENTS 0x020000
#define i_devvp i_ump->um_devvp