Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
ff304563
Commit
ff304563
authored
Nov 08, 2002
by
Chuck Lever
Committed by
Linus Torvalds
Nov 08, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] remove unused RPC cruft
smaller patch that removes unused RPC cruft.
parent
a6780173
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
21 deletions
+0
-21
include/linux/sunrpc/clnt.h
include/linux/sunrpc/clnt.h
+0
-8
include/linux/sunrpc/sched.h
include/linux/sunrpc/sched.h
+0
-6
include/linux/sunrpc/xdr.h
include/linux/sunrpc/xdr.h
+0
-7
No files found.
include/linux/sunrpc/clnt.h
View file @
ff304563
...
...
@@ -50,7 +50,6 @@ struct rpc_clnt {
cl_droppriv
:
1
,
/* enable NFS suid hack */
cl_oneshot
:
1
,
/* dispose after use */
cl_dead
:
1
;
/* abandoned */
unsigned
long
cl_hardmax
;
/* max hard timeout */
struct
rpc_rtt
cl_rtt
;
/* RTO estimator data */
...
...
@@ -135,13 +134,6 @@ int rpc_call(struct rpc_clnt *clnt, u32 proc, void *argp, void *resp, int flags)
return
rpc_call_sync
(
clnt
,
&
msg
,
flags
);
}
static
__inline__
void
rpc_set_timeout
(
struct
rpc_clnt
*
clnt
,
unsigned
int
retr
,
unsigned
long
incr
)
{
xprt_set_timeout
(
&
clnt
->
cl_timeout
,
retr
,
incr
);
}
extern
void
rpciod_wake_up
(
void
);
/*
...
...
include/linux/sunrpc/sched.h
View file @
ff304563
...
...
@@ -13,12 +13,6 @@
#include <linux/sunrpc/types.h>
#include <linux/wait.h>
/*
* Define this if you want to test the fast scheduler for async calls.
* This is still experimental and may not work.
*/
#undef CONFIG_RPC_FASTSCHED
/*
* This is the actual RPC procedure call info.
*/
...
...
include/linux/sunrpc/xdr.h
View file @
ff304563
...
...
@@ -127,7 +127,6 @@ xdr_adjust_iovec(struct iovec *iov, u32 *p)
}
void
xdr_shift_iovec
(
struct
iovec
*
,
int
,
size_t
);
void
xdr_zero_iovec
(
struct
iovec
*
,
int
,
size_t
);
/*
* Maximum number of iov's we use.
...
...
@@ -156,12 +155,6 @@ typedef size_t (*skb_read_actor_t)(skb_reader_t *desc, void *to, size_t len);
extern
void
xdr_partial_copy_from_skb
(
struct
xdr_buf
*
,
unsigned
int
,
skb_reader_t
*
,
skb_read_actor_t
);
extern
int
xdr_copy_skb
(
struct
xdr_buf
*
xdr
,
unsigned
int
base
,
struct
sk_buff
*
skb
,
unsigned
int
offset
);
extern
int
xdr_copy_and_csum_skb
(
struct
xdr_buf
*
xdr
,
unsigned
int
base
,
struct
sk_buff
*
skb
,
unsigned
int
offset
,
unsigned
int
csum
);
#endif
/* __KERNEL__ */
#endif
/* _SUNRPC_XDR_H_ */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment