Commit 4e1a6d2e authored by Honggang Li's avatar Honggang Li Committed by Greg Kroah-Hartman

lustre/osc/osc_dev.c add a blank line after declarations

Signed-off-by: default avatarHonggang Li <enjoymindful@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent add26043
...@@ -132,6 +132,7 @@ static void osc_key_fini(const struct lu_context *ctx, ...@@ -132,6 +132,7 @@ static void osc_key_fini(const struct lu_context *ctx,
struct lu_context_key *key, void *data) struct lu_context_key *key, void *data)
{ {
struct osc_thread_info *info = data; struct osc_thread_info *info = data;
OBD_SLAB_FREE_PTR(info, osc_thread_kmem); OBD_SLAB_FREE_PTR(info, osc_thread_kmem);
} }
...@@ -156,6 +157,7 @@ static void osc_session_fini(const struct lu_context *ctx, ...@@ -156,6 +157,7 @@ static void osc_session_fini(const struct lu_context *ctx,
struct lu_context_key *key, void *data) struct lu_context_key *key, void *data)
{ {
struct osc_session *info = data; struct osc_session *info = data;
OBD_SLAB_FREE_PTR(info, osc_session_kmem); OBD_SLAB_FREE_PTR(info, osc_session_kmem);
} }
......
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