mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 14:05:05 -04:00
lustre/osc/osc_dev.c add a blank line after declarations
Signed-off-by: Honggang Li <enjoymindful@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
add260430b
commit
4e1a6d2e2c
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user