summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/include/obd.h
diff options
context:
space:
mode:
authorOleg Drokin <green@linuxhacker.ru>2016-12-07 17:41:33 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-03 15:01:20 +0100
commita6b73b7f8e53bc15454169cf9688862bb55b3085 (patch)
tree932845357f9b358d22f15151a93180c40c778f58 /drivers/staging/lustre/lustre/include/obd.h
parent30d758ce8f29d210bced4ed20fc57630bda4e283 (diff)
downloadop-kernel-dev-a6b73b7f8e53bc15454169cf9688862bb55b3085.zip
op-kernel-dev-a6b73b7f8e53bc15454169cf9688862bb55b3085.tar.gz
staging/lustre: Move lov_read_and_clear_async_rc declaration
Move it to obd.h, so that it's included from both the users and the actual definition, making sure they never get out of sync. This also silences a sparse warning. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Reviewed-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/include/obd.h')
-rw-r--r--drivers/staging/lustre/lustre/include/obd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/lustre/lustre/include/obd.h b/drivers/staging/lustre/lustre/include/obd.h
index 0f48e9c..1839f4f 100644
--- a/drivers/staging/lustre/lustre/include/obd.h
+++ b/drivers/staging/lustre/lustre/include/obd.h
@@ -43,6 +43,7 @@
#include "lustre_fld.h"
#include "lustre_handles.h"
#include "lustre_intent.h"
+#include "cl_object.h"
#define MAX_OBD_DEVICES 8192
@@ -76,6 +77,8 @@ static inline void loi_init(struct lov_oinfo *loi)
struct lov_stripe_md;
struct obd_info;
+int lov_read_and_clear_async_rc(struct cl_object *clob);
+
typedef int (*obd_enqueue_update_f)(void *cookie, int rc);
/* obd info for a particular level (lov, osc). */
OpenPOWER on IntegriCloud