From: Honggang Li Date: Thu, 12 Jun 2014 07:13:39 +0000 (+0800) Subject: lustre/osc/osc_dev.c add a blank line after declarations X-Git-Tag: v3.17-rc1~123^2~1955 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4e1a6d2e2c3bb42aa28404d28ca636ee7dbd40a1;p=~emulex%2Finfiniband.git lustre/osc/osc_dev.c add a blank line after declarations Signed-off-by: Honggang Li Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/osc/osc_dev.c b/drivers/staging/lustre/lustre/osc/osc_dev.c index 5249e6689df..048a5a5cf7f 100644 --- a/drivers/staging/lustre/lustre/osc/osc_dev.c +++ b/drivers/staging/lustre/lustre/osc/osc_dev.c @@ -132,6 +132,7 @@ static void osc_key_fini(const struct lu_context *ctx, struct lu_context_key *key, void *data) { struct osc_thread_info *info = data; + OBD_SLAB_FREE_PTR(info, osc_thread_kmem); } @@ -156,6 +157,7 @@ static void osc_session_fini(const struct lu_context *ctx, struct lu_context_key *key, void *data) { struct osc_session *info = data; + OBD_SLAB_FREE_PTR(info, osc_session_kmem); }