[Pkg-lustre-svn-commit] updated: [f66d304] Add missing prototypes of fucntions defined in lnet/framework.c

Patrick Winnertz winnie at debian.org
Wed Aug 12 09:56:26 UTC 2009


The following commit has been merged in the master branch:
commit f66d304cd82bf8c8e1c7a9d0861560cb20eb0f73
Author: Patrick Winnertz <winnie at debian.org>
Date:   Wed Aug 12 11:38:01 2009 +0200

    Add missing prototypes of fucntions defined in lnet/framework.c
    
    Signed-off-by: Patrick Winnertz <winnie at debian.org>

diff --git a/debian/patches/00list b/debian/patches/00list
index 980f28a..efc8500 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -24,3 +24,4 @@ use_bash_instead_of_sh.dpatch
 #hotfixes for 1.8.1:
 lustre-snmp-missing-include.dpatch
 libcfs_wrong_includepath.dpatch
+lnet-missing-prototypes.dpatch
diff --git a/debian/patches/lnet-missing-prototypes.dpatch b/debian/patches/lnet-missing-prototypes.dpatch
new file mode 100755
index 0000000..1fec96e
--- /dev/null
+++ b/debian/patches/lnet-missing-prototypes.dpatch
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## autogen.dpatch by Patrick Winnertz <winnie at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: added two prototype from framework.c as they are used in lfsclient.c
+
+ at DPATCH@
+diff --git a/lnet/selftest/selftest.h b/lnet/selftest/selftest.h
+index 02af459..1570b66 100644
+--- a/lnet/selftest/selftest.h
++++ b/lnet/selftest/selftest.h
+@@ -447,6 +447,8 @@ void sfw_unpack_message(srpc_msg_t *msg);
+ void sfw_free_pages(srpc_server_rpc_t *rpc);
+ void sfw_add_bulk_page(srpc_bulk_t *bk, cfs_page_t *pg, int i);
+ int sfw_alloc_pages(srpc_server_rpc_t *rpc, int npages, int sink);
++int sfw_make_session(srpc_mksn_reqst_t *request, srpc_mksn_reply_t *reply);
++int sfw_remove_session(srpc_rmsn_reqst_t *request, srpc_rmsn_reply_t *reply);
+ 
+ srpc_client_rpc_t *
+ srpc_create_client_rpc(lnet_process_id_t peer, int service,

-- 
Lustre Debian Packaging 



More information about the Pkg-lustre-svn-commit mailing list