diff options
author | Eric Van Hensbergen <ericvh@gmail.com> | 2005-09-09 16:04:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 16:57:57 -0400 |
commit | 322b329ab787de5f45abca9c9eabfd33bc5927e8 (patch) | |
tree | 63088ab90e6677c5c74134e7cc1cfb0e0b1eae84 /fs/9p/mux.h | |
parent | 426cc91aa651b50713d06d45e5c3c3e90cfd40d9 (diff) |
[PATCH] v9fs: Support to force umount
Support for force umount
Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/9p/mux.h')
-rw-r--r-- | fs/9p/mux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/9p/mux.h b/fs/9p/mux.h index d7d8fa1c1529..82ce793af1b5 100644 --- a/fs/9p/mux.h +++ b/fs/9p/mux.h | |||
@@ -37,3 +37,4 @@ struct v9fs_rpcreq { | |||
37 | int v9fs_mux_init(struct v9fs_session_info *v9ses, const char *dev_name); | 37 | int v9fs_mux_init(struct v9fs_session_info *v9ses, const char *dev_name); |
38 | long v9fs_mux_rpc(struct v9fs_session_info *v9ses, | 38 | long v9fs_mux_rpc(struct v9fs_session_info *v9ses, |
39 | struct v9fs_fcall *tcall, struct v9fs_fcall **rcall); | 39 | struct v9fs_fcall *tcall, struct v9fs_fcall **rcall); |
40 | void v9fs_mux_cancel_requests(struct v9fs_session_info *v9ses, int err); | ||