[Stgt-devel] vtl patch.
Ming Zhang
blackmagic02881
Thu Apr 5 03:28:18 CEST 2007
On Thu, 2007-04-05 at 09:56 +1000, Mark Harvey wrote:
> + .ops = {
> + {spc_test_unit,},
> + {spc_illegal_op,},
> + {spc_illegal_op,},
> + {spc_request_sense,},
> + {spc_illegal_op,},
> + {spc_illegal_op,},
> + {spc_illegal_op,},
> + {spc_illegal_op,},
> +
> + {spc_illegal_op,},
> + {spc_illegal_op,},
> + {spc_illegal_op,},
instead of having tons of these spc_illegal_op, can we have them by
default to be NULL and the caller check if NULL, if NULL call
spc_illegal_op directly?
More information about the stgt
mailing list