From 4cab34af56c645cfbe2e20ded908e7a871b5cc1a Mon Sep 17 00:00:00 2001 From: uid34591 Date: Fri, 5 Jul 2002 21:53:27 +0000 Subject: [PATCH] Include headers explicitly that were previously included from lustre_net.h. --- lustre/ptlrpc/client.c | 2 ++ lustre/ptlrpc/connection.c | 1 + lustre/ptlrpc/events.c | 1 + lustre/ptlrpc/niobuf.c | 1 + lustre/ptlrpc/pack_generic.c | 1 + lustre/ptlrpc/rpc.c | 3 +++ lustre/ptlrpc/service.c | 1 + 7 files changed, 10 insertions(+) diff --git a/lustre/ptlrpc/client.c b/lustre/ptlrpc/client.c index 350b894..48cd95f 100644 --- a/lustre/ptlrpc/client.c +++ b/lustre/ptlrpc/client.c @@ -22,6 +22,8 @@ #define DEBUG_SUBSYSTEM S_RPC +#include +#include #include void ptlrpc_init_client(struct recovd_obd *recovd, diff --git a/lustre/ptlrpc/connection.c b/lustre/ptlrpc/connection.c index 10cd9ca..d093bbf 100644 --- a/lustre/ptlrpc/connection.c +++ b/lustre/ptlrpc/connection.c @@ -22,6 +22,7 @@ #define DEBUG_SUBSYSTEM S_RPC +#include #include static spinlock_t conn_lock; diff --git a/lustre/ptlrpc/events.c b/lustre/ptlrpc/events.c index 56d3829..ca4e566d 100644 --- a/lustre/ptlrpc/events.c +++ b/lustre/ptlrpc/events.c @@ -23,6 +23,7 @@ #define DEBUG_SUBSYSTEM S_RPC #include +#include #include ptl_handle_eq_t request_out_eq, reply_in_eq, reply_out_eq, bulk_source_eq, diff --git a/lustre/ptlrpc/niobuf.c b/lustre/ptlrpc/niobuf.c index a95dd67..26eb727 100644 --- a/lustre/ptlrpc/niobuf.c +++ b/lustre/ptlrpc/niobuf.c @@ -22,6 +22,7 @@ #define DEBUG_SUBSYSTEM S_RPC +#include #include extern ptl_handle_eq_t request_out_eq, reply_in_eq, reply_out_eq, diff --git a/lustre/ptlrpc/pack_generic.c b/lustre/ptlrpc/pack_generic.c index dae7362..d896e66 100644 --- a/lustre/ptlrpc/pack_generic.c +++ b/lustre/ptlrpc/pack_generic.c @@ -24,6 +24,7 @@ #define DEBUG_SUBSYSTEM S_CLASS +#include #include int lustre_pack_msg(int count, int *lens, char **bufs, int *len, diff --git a/lustre/ptlrpc/rpc.c b/lustre/ptlrpc/rpc.c index f23a33e..578b99e 100644 --- a/lustre/ptlrpc/rpc.c +++ b/lustre/ptlrpc/rpc.c @@ -24,6 +24,9 @@ #define DEBUG_SUBSYSTEM S_RPC #include +#include +#include +#include #include extern int ptlrpc_init_portals(void); diff --git a/lustre/ptlrpc/service.c b/lustre/ptlrpc/service.c index 262c830..1d31e61 100644 --- a/lustre/ptlrpc/service.c +++ b/lustre/ptlrpc/service.c @@ -22,6 +22,7 @@ #define DEBUG_SUBSYSTEM S_RPC +#include #include extern int request_in_callback(ptl_event_t *ev); -- 1.8.3.1