Re: [Patch v3 2/2] lustre: CONSTANTS put on right side of comparison test

2017-04-18 Thread Dilger, Andreas
On Apr 15, 2017, at 07:50, Rishiraj Manwatkar wrote: > > Comparison should have the CONSTANT on the right side of the test I don't think this change really improves things. For standalone comparisons I agree that having the constant on the RHS is best, but here it is like a normal mathematica

[Patch v3 2/2] lustre: CONSTANTS put on right side of comparison test

2017-04-15 Thread Rishiraj Manwatkar
Comparison should have the CONSTANT on the right side of the test Signed-off-by: Rishiraj Manwatkar --- v1 -> v2: Added mailing list in cc. v2 -> v3: Improved Subject line. drivers/staging/lustre/lustre/obdclass/cl_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dr