On 08/09, Jiri Olsa wrote:
>
> @@ -526,10 +526,9 @@ int modify_user_hw_breakpoint(struct perf_event *bp, 
> struct perf_event_attr *att
>       if (err)
>               return err;
>  
> -     if (!attr->disabled) {
> +     if (!attr->disabled)
>               perf_event_enable(bp);
> -             bp->attr.disabled = 0;
> -     }

Acked-by: Oleg Nesterov <[email protected]>

Reply via email to