search for: keyscope_str

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

Did you mean: keycode_str
2008 Sep 11
3
ZFS Crypto [Prelim] Codereview
...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, 1152 keyscope, &keyscope_str); 1153 (void) zfs_prop_set(zhp, 1154 zf...