search for: zprop_src_loc

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

Did you mean: zprop_src_local
2008 Sep 11
3
ZFS Crypto [Prelim] Codereview
...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 zfs_prop_to_name(ZFS_PROP_KEYSCOPE), keyscope_str); 1155...