FAR: generating send-streams in portable format This commit adds a switch '-F' to zfs send. This set, zfs send generates a stream in FAR-format instead of the traditional zfs stream format. The generated send stream is compatible with the stream generated from 'btrfs send' and can in principle easily be received to any filesystem.
@@ -678,11 +678,11 @@ } } } } -static int +int dsl_dataset_namelen(dsl_dataset_t *ds) { int result; if (ds == NULL) {