search for: changed_keysourc

Displaying 1 result from an estimated 1 matches for "changed_keysourc".

Did you mean: changed_keysource
2008 Sep 11
3
ZFS Crypto [Prelim] Codereview
...y[keylen*2] == ''\n'') 585 if (inkey[inkeylen - 1] == ''\n'') DEA-10: In zfs_change_key() I see duplicate code in zfs_prop_inherit() being called twice, with the same parameters, and zfs_prop_set() being called twice with different parameters, when changed_keysource is non-0: 1146 /* Revert keyscope back if change failed */ 1147 if (changed_keyscope) { 1148 const char *keyscope_str; 1149 1150 if (src_keyscope == ZPROP_SRC_LOCAL) { 1151 (void) zfs_prop_index_to_string(ZFS_PROP_KEYSCOPE,...