Corrected description of new call iso_zisofs_ctrl_susp_z2()
This commit is contained in:
parent
8d70c75d4a
commit
b7a90c5194
@ -8183,13 +8183,13 @@ int iso_zisofs_get_params(struct iso_zisofs_ctrl *params, int flag);
|
||||
|
||||
|
||||
/**
|
||||
* Enable or disable the production and recognition of "Z2" SUSP entries
|
||||
* instead of "ZF" entries for zisofs2 compressed files.
|
||||
* "ZF" with zisofs2 causes unaware Linux kernels to complian like:
|
||||
* Enable or disable the production of "Z2" SUSP entries instead of "ZF"
|
||||
* entries for zisofs2 compressed files.
|
||||
* "ZF" with zisofs2 causes unaware Linux kernels to complain like:
|
||||
* isofs: Unknown ZF compression algorithm: PZ
|
||||
* "Z2" is silently ignored by unaware Linux kernels.
|
||||
* @param enable
|
||||
* 1 = produce and recognize "Z2" , 0 = only "ZF" , -1 = do not change
|
||||
* 1 = produce "Z2" , 0 = only "ZF" , -1 = do not change
|
||||
* @return
|
||||
* 1 = enabled , 0 = not enabled
|
||||
* @since 1.5.4
|
||||
|
Loading…
Reference in New Issue
Block a user