f2fs: introduce FI_COMPRESS_RELEASED instead of using IMMUTABLE bit
[sfrench/cifs-2.6.git] / include / linux / f2fs_fs.h
index 5487a80617a304811d860b80ad4e860fb0598419..f93000c3a127e2ba0f5528de5b878843f553cd04 100644 (file)
@@ -229,6 +229,7 @@ struct f2fs_extent {
 #define F2FS_INLINE_DOTS       0x10    /* file having implicit dot dentries */
 #define F2FS_EXTRA_ATTR                0x20    /* file having extra attribute */
 #define F2FS_PIN_FILE          0x40    /* file should not be gced */
+#define F2FS_COMPRESS_RELEASED 0x80    /* file released compressed blocks */
 
 struct f2fs_inode {
        __le16 i_mode;                  /* file mode */