Whamcloud - gitweb
Define a new ext2 file attribute, EXT2_NOTAIL_FL,
[tools/e2fsprogs.git] / lib / ext2fs / ext2_fs.h
index 0a773d1..38649df 100644 (file)
@@ -169,8 +169,6 @@ struct ext2_group_desc
 #define        EXT2_TIND_BLOCK                 (EXT2_DIND_BLOCK + 1)
 #define        EXT2_N_BLOCKS                   (EXT2_TIND_BLOCK + 1)
 
-#define EXT2_LINK_DIR                  (EXT2_N_BLOCKS * 4)
-
 /*
  * Inode flags
  */
@@ -192,10 +190,11 @@ struct ext2_group_desc
 #define EXT2_INDEX_FL                  0x00001000 /* hash-indexed directory */
 #define EXT2_IMAGIC_FL                 0x00002000
 #define EXT3_JOURNAL_DATA_FL           0x00004000 /* file data should be journaled */
+#define EXT2_NOTAIL_FL                 0x00008000 /* file tail should not be merged */
 #define EXT2_RESERVED_FL               0x80000000 /* reserved for ext2 lib */
 
-#define EXT2_FL_USER_VISIBLE           0x00005FFF /* User visible flags */
-#define EXT2_FL_USER_MODIFIABLE                0x000000FF /* User modifiable flags */
+#define EXT2_FL_USER_VISIBLE           0x0000DFFF /* User visible flags */
+#define EXT2_FL_USER_MODIFIABLE                0x000080FF /* User modifiable flags */
 
 /*
  * ioctl commands