[PATCH] staging: lustre: declare some functions as static

2014-09-02 Thread Zheng Di
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 zhengd...@gmail.com --- drivers/staging/lustre/lustre/obdclass/llog.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[PATCH] staging: lustre: declare some functions as static

2014-09-02 Thread Zheng Di
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 --- drivers/staging/lustre/lustre/obdclass/llog.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers