mirror of https://gitee.com/openkylin/linux.git
Staging: lustre: Include header for functions prototypes
This patch includes the header lustre/include/lclient.h that declares the functions lov_lsm_put and lov_read_and_clear_async_rc defined in lov_object.c. This eliminates warnings reported by sparse: warning: symbol was not declared. Should it be static? Signed-off-by: Darshana Padmadas <darshanapadmadas@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
80e177380b
commit
b5edcf2f86
|
@ -42,6 +42,7 @@
|
||||||
#define DEBUG_SUBSYSTEM S_LOV
|
#define DEBUG_SUBSYSTEM S_LOV
|
||||||
|
|
||||||
#include "lov_cl_internal.h"
|
#include "lov_cl_internal.h"
|
||||||
|
#include "../include/lclient.h"
|
||||||
|
|
||||||
/** \addtogroup lov
|
/** \addtogroup lov
|
||||||
* @{
|
* @{
|
||||||
|
|
Loading…
Reference in New Issue