• Brian King's avatar
    [PATCH] ipr abort hang fix · d7f2d29d
    Brian King authored
    The following patch fixes a hang that occurs when an abort
    is issued by the midlayer. The hang is the result of overriding
    a field in the union of the ipr_cmd struct. It is fixed by moving
    this pointer outside of the union, since it is not mutually exclusive
    with the other fields in the union.
    Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
    d7f2d29d
ipr.c 161 KB