diff options
author | Mikhail Pershin | 2013-12-09 15:56:57 +0100 |
---|---|---|
committer | Greg Kroah-Hartman | 2013-12-11 03:27:28 +0100 |
commit | 97a062b419894851104f46aca8335dd4fa35eb2e (patch) | |
tree | 97a9483f6d38a905dfd445ce6e294c0463df3f29 /drivers/staging/lustre | |
parent | staging/lustre/target: move OUT to the unified target code (diff) | |
download | kernel-qcow2-linux-97a062b419894851104f46aca8335dd4fa35eb2e.tar.gz kernel-qcow2-linux-97a062b419894851104f46aca8335dd4fa35eb2e.tar.xz kernel-qcow2-linux-97a062b419894851104f46aca8335dd4fa35eb2e.zip |
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 <mike.pershin@intel.com>
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: wangdi <di.wang@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r-- | drivers/staging/lustre/lustre/include/lustre_fid.h | 6 |
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, |