[patch] Staging: lustre: missing curly braces in ll_setattr_raw()

2015-02-25 Thread Dan Carpenter
From the indenting, it looks like curly braces were intended here. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com --- This is not tested, and it changes how the code works. Please review it a bit carefully. Sometimes people just do weird indenting for no reason. diff --git

Re: [patch] Staging: lustre: missing curly braces in ll_setattr_raw()

2015-02-25 Thread Drokin, Oleg
Ah! Nice catch. I am not sure how I missed that while making 178ba1e0d00aca671f9a8f5f41d28fc0fe717752, it's also strange that this never triggered any ill effects in any of my testing. Thanks! On Feb 25, 2015, at 8:20 AM, Dan Carpenter wrote: From the indenting, it looks like curly braces