Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2009-02-13 12:19:27 -08:00
commit c5f1eef931
1 changed files with 2 additions and 2 deletions

View File

@ -270,8 +270,8 @@ set_load_params(cmd_args_t *args, char *optarg)
if (strcmp("fpp", param) == 0) {
args->flags |= DMU_FPP; /* File Per Process/Thread */
} else if (strcmp("sff", param) == 0) {
args->flags &= ~DMU_FPP; /* Shared Shared File */
} else if (strcmp("ssf", param) == 0) {
args->flags &= ~DMU_FPP; /* Single Shared File */
} else if (strcmp("dmuio", param) == 0) {
args->io_type |= DMU_IO;
args->flags |= (DMU_WRITE | DMU_READ);