aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pershin <[email protected]>2013-12-09 22:56:57 +0800
committerGreg Kroah-Hartman <[email protected]>2013-12-10 18:27:28 -0800
commit97a062b419894851104f46aca8335dd4fa35eb2e (patch)
tree97a9483f6d38a905dfd445ce6e294c0463df3f29
parenta7c6d5a6e7e50be7287c31a06c866b7853c6f80f (diff)
staging/lustre/seq: remove seq_{query,handle}
This is only part of the original Lustre tree commit. Main part of the original commit modifies server side code. Lustre-change: http://review.whamcloud.com/6765 Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3467 Signed-off-by: Mikhail Pershin <[email protected]> Reviewed-by: Alex Zhuravlev <[email protected]> Reviewed-by: wangdi <[email protected]> Reviewed-by: Oleg Drokin <[email protected]> Signed-off-by: Peng Tao <[email protected]> Signed-off-by: Andreas Dilger <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/lustre/lustre/include/lustre_fid.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/lustre/lustre/include/lustre_fid.h b/drivers/staging/lustre/lustre/include/lustre_fid.h
index ff119532dafb..84a897eed1df 100644
--- a/drivers/staging/lustre/lustre/include/lustre_fid.h
+++ b/drivers/staging/lustre/lustre/include/lustre_fid.h
@@ -431,12 +431,6 @@ struct lu_server_seq {
struct seq_server_site *lss_site;
};
-struct com_thread_info;
-int seq_query(struct com_thread_info *info);
-
-struct ptlrpc_request;
-int seq_handle(struct ptlrpc_request *req);
-
/* Server methods */
int seq_server_init(struct lu_server_seq *seq,