staging: lustre: declare some functions as static
authorZheng Di <zhengdi05@gmail.com>
Mon, 1 Sep 2014 17:51:28 +0000 (01:51 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Sep 2014 17:32:58 +0000 (10:32 -0700)
commitd6e962c5a0d11bad9711171743756578d2969f45
treed9c1b85dc7bf949d9f9e40207472cfb4d4db520d
parent31664dc6f8462a843fbddf6807498f452a7727be
staging: lustre: declare some functions as static

Declare these functions as static:
llog_alloc_handle() is used in llog_open() only.
llog_free_handle() is used in llog_close() only.

Signed-off-by: Zheng Di <zhengdi05@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/llog.c