diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-24 06:15:52 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 10:33:21 -0500 |
commit | 29c6e48601065908e7933c0d8440f383fffe155b (patch) | |
tree | f72cd38d9b533ba897b95dd1047edf3e378d6a46 /fs/9p/9p.h | |
parent | caa9ee771de3195ae85ac6f8cb550f53e9ecdd82 (diff) |
[PATCH] fs/9p/: possible cleanups
- mux.c: v9fs_poll_mux() was inline but not static resuling in needless
object size bloat
- mux.c: remove all "inline"s: gcc should know best what to inline
- #if 0 the following unused global functions:
- 9p.c: v9fs_v9fs_t_flush()
- conv.c: v9fs_create_tauth()
- mux.c: v9fs_mux_rpcnb()
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Eric Van Hensbergen <ericvh@ericvh.myip.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/9p/9p.h')
-rw-r--r-- | fs/9p/9p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/9p/9p.h b/fs/9p/9p.h index 0cd374d94717..95d72aec1c1a 100644 --- a/fs/9p/9p.h +++ b/fs/9p/9p.h | |||
@@ -348,8 +348,6 @@ int v9fs_t_attach(struct v9fs_session_info *v9ses, char *uname, char *aname, | |||
348 | 348 | ||
349 | int v9fs_t_clunk(struct v9fs_session_info *v9ses, u32 fid); | 349 | int v9fs_t_clunk(struct v9fs_session_info *v9ses, u32 fid); |
350 | 350 | ||
351 | int v9fs_t_flush(struct v9fs_session_info *v9ses, u16 oldtag); | ||
352 | |||
353 | int v9fs_t_stat(struct v9fs_session_info *v9ses, u32 fid, | 351 | int v9fs_t_stat(struct v9fs_session_info *v9ses, u32 fid, |
354 | struct v9fs_fcall **rcall); | 352 | struct v9fs_fcall **rcall); |
355 | 353 | ||