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?
|