svn commit: r294655 - head/sys/fs/ext2fs

Pedro F. Giffuni pfg at FreeBSD.org
Sun Jan 24 04:30:32 UTC 2016


Author: pfg
Date: Sun Jan 24 04:30:30 2016
New Revision: 294655
URL: https://svnweb.freebsd.org/changeset/base/294655

Log:
  ext2: rename some directory index constants.
  
  Missed from r294653.
  
  Pointyhat:	me

Modified:
  head/sys/fs/ext2fs/inode.h

Modified: head/sys/fs/ext2fs/inode.h
==============================================================================
--- head/sys/fs/ext2fs/inode.h	Sun Jan 24 02:44:00 2016	(r294654)
+++ head/sys/fs/ext2fs/inode.h	Sun Jan 24 04:30:30 2016	(r294655)
@@ -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


More information about the svn-src-all mailing list