Commit 29ac6840 authored by Chris Hanna's avatar Chris Hanna Committed by Greg Kroah-Hartman

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: default avatarChris Hanna <hannac@iu.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 06d0c498
...@@ -1870,8 +1870,7 @@ int osc_build_rpc(const struct lu_env *env, struct client_obd *cli, ...@@ -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 *oap;
struct osc_async_page *tmp; struct osc_async_page *tmp;
struct cl_req *clerq = NULL; struct cl_req *clerq = NULL;
enum cl_req_type crt = (cmd & OBD_BRW_WRITE) ? CRT_WRITE : enum cl_req_type crt = (cmd & OBD_BRW_WRITE) ? CRT_WRITE : CRT_READ;
CRT_READ;
struct ldlm_lock *lock = NULL; struct ldlm_lock *lock = NULL;
struct cl_req_attr *crattr = NULL; struct cl_req_attr *crattr = NULL;
u64 starting_offset = OBD_OBJECT_EOF; u64 starting_offset = OBD_OBJECT_EOF;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment