-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
The EXT2_ECOMPR_FL flag used here and here was moved to private API in torvalds/linux@f7699f2. Its more public alias FS_ECOMPR_FL was removed in torvalds/linux@68ce7bf, to be replaced by FS_ENCRYPT_FL using the same code. torvalds/linux@3edc18d also comments on this reassignment in relation to EXT4_ENCRYPT_FL. Perhaps a look at the version can be used to distinguish these two possible meanings of the term? Or perhaps EXT2_ECOMPR_FL is actually unused, and therefore EXT4_ENCRYPT_FL is the only valid meaning?
Anyway, the code as it is doesn't compile against latest linux headers, leading to error messages like
error: ‘EXT2_ECOMPR_FL’ undeclared
as evidenced in Gentoo bug 583668.
Metadata
Metadata
Assignees
Labels
No labels