X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=include%2Flinux%2Ff2fs_fs.h;fp=include%2Flinux%2Ff2fs_fs.h;h=f93000c3a127e2ba0f5528de5b878843f553cd04;hb=c61404153eb683da9c35aad133131554861ed561;hp=5487a80617a304811d860b80ad4e860fb0598419;hpb=8f1d49832636d514e949b29ce64370ebebf6d6d2;p=sfrench%2Fcifs-2.6.git diff --git a/include/linux/f2fs_fs.h b/include/linux/f2fs_fs.h index 5487a80617a3..f93000c3a127 100644 --- a/include/linux/f2fs_fs.h +++ b/include/linux/f2fs_fs.h @@ -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 */