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>
This commit is contained in:
parent
30d758ce8f
commit
a6b73b7f8e
@ -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). */
|
||||
|
@ -301,8 +301,6 @@ static inline struct vvp_lock *cl2vvp_lock(const struct cl_lock_slice *slice)
|
||||
# define CLOBINVRNT(env, clob, expr) \
|
||||
((void)sizeof(env), (void)sizeof(clob), (void)sizeof(!!(expr)))
|
||||
|
||||
int lov_read_and_clear_async_rc(struct cl_object *clob);
|
||||
|
||||
int vvp_io_init(const struct lu_env *env, struct cl_object *obj,
|
||||
struct cl_io *io);
|
||||
int vvp_io_write_commit(const struct lu_env *env, struct cl_io *io);
|
||||
|
Loading…
x
Reference in New Issue
Block a user