staging: lustre: osc: clean up whitespace and align function parameters
Minor changes to remove excessive whitespace and improve readability of osc functions. Signed-off-by: Chris Hanna <hannac@iu.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
06d0c4989f
commit
29ac6840d7
|
@ -1870,8 +1870,7 @@ int osc_build_rpc(const struct lu_env *env, struct client_obd *cli,
|
|||
struct osc_async_page *oap;
|
||||
struct osc_async_page *tmp;
|
||||
struct cl_req *clerq = NULL;
|
||||
enum cl_req_type crt = (cmd & OBD_BRW_WRITE) ? CRT_WRITE :
|
||||
CRT_READ;
|
||||
enum cl_req_type crt = (cmd & OBD_BRW_WRITE) ? CRT_WRITE : CRT_READ;
|
||||
struct ldlm_lock *lock = NULL;
|
||||
struct cl_req_attr *crattr = NULL;
|
||||
u64 starting_offset = OBD_OBJECT_EOF;
|
||||
|
|
Loading…
Reference in New Issue