Staging: lustre: lmv: Remove unused function declaration
authorShraddha Barke <shraddha.6596@gmail.com>
Sat, 31 Oct 2015 10:28:42 +0000 (15:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
The function lmv_blocking_ast is declared in header file but not used.
Hence remove the declaration.

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/lmv/lmv_internal.h

index b808728daee7ad32fa681883c7af6d654525b044..c8f40d96031807b0faebb020056b19dc33193d9e 100644 (file)
@@ -68,8 +68,6 @@ int lmv_intent_open(struct obd_export *exp, struct md_op_data *op_data,
                    ldlm_blocking_callback cb_blocking,
                    __u64 extra_lock_flags);
 
-int lmv_blocking_ast(struct ldlm_lock *, struct ldlm_lock_desc *,
-                    void *, int);
 int lmv_fld_lookup(struct lmv_obd *lmv, const struct lu_fid *fid, u32 *mds);
 int __lmv_fid_alloc(struct lmv_obd *lmv, struct lu_fid *fid, u32 mds);
 int lmv_fid_alloc(struct obd_export *exp, struct lu_fid *fid,
This page took 0.024945 seconds and 5 git commands to generate.