On 01/07/2016 12:50 PM, Gabriel Krisman Bertazi wrote:
> @@ -3650,11 +3665,13 @@ int configure_raid_parameters(i_container *i_con)
> 
>       set_field_just(input_fields[0], JUSTIFY_CENTER);
>       set_field_just(input_fields[3], JUSTIFY_LEFT);
> +     set_field_just(input_fields[4], JUSTIFY_LEFT);

Does this work on a system without sync cache support? I'm surprised this 
doesn't segfault..

> 
>       field_opts_off(input_fields[0], O_ACTIVE);
>       field_opts_off(input_fields[1], O_EDIT);
>       field_opts_off(input_fields[2], O_EDIT);
>       field_opts_off(input_fields[3], O_EDIT);
> +     field_opts_off(input_fields[4], O_EDIT);

This too...


> 
>       set_field_buffer(input_fields[0],        /* field to alter */
>                        0,          /* number of buffer to alter */



-- 
Brian King
Power Linux I/O
IBM Linux Technology Center


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Iprdd-devel mailing list
Iprdd-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iprdd-devel

Reply via email to