staging: lustre: echo: remove echo_env_info() regions from echo_client.c
authorJohn L. Hammond <[email protected]>
Thu, 28 Apr 2016 16:07:32 +0000 (12:07 -0400)
committerGreg Kroah-Hartman <[email protected]>
Fri, 29 Apr 2016 04:55:26 +0000 (21:55 -0700)
This function declartion is not needed so remove it.

Signed-off-by: John L. Hammond <[email protected]>
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-2675
Reviewed-on: http://review.whamcloud.com/5580
Reviewed-by: James Simmons <[email protected]>
Reviewed-by: Andreas Dilger <[email protected]>
Reviewed-by: Oleg Drokin <[email protected]>
Signed-off-by: James Simmons <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/lustre/lustre/obdecho/echo_client.c

index 6aa6d8696251ce65bdfabd435aec3874eeaadd29..91ef06f17934d7804ada283537c55083fc4d330c 100644 (file)
@@ -163,8 +163,6 @@ static int cl_echo_object_put(struct echo_object *eco);
 static int cl_echo_object_brw(struct echo_object *eco, int rw, u64 offset,
                              struct page **pages, int npages, int async);
 
-static struct echo_thread_info *echo_env_info(const struct lu_env *env);
-
 struct echo_thread_info {
        struct echo_object_conf eti_conf;
        struct lustre_md        eti_md;