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/v9fs.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/v9fs.h')
-rw-r--r-- | fs/9p/v9fs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/9p/v9fs.h b/fs/9p/v9fs.h index 52203027b158..45dcef42bdd6 100644 --- a/fs/9p/v9fs.h +++ b/fs/9p/v9fs.h | |||
@@ -89,9 +89,7 @@ struct v9fs_session_info *v9fs_inode2v9ses(struct inode *); | |||
89 | void v9fs_session_close(struct v9fs_session_info *v9ses); | 89 | void v9fs_session_close(struct v9fs_session_info *v9ses); |
90 | int v9fs_get_idpool(struct v9fs_idpool *p); | 90 | int v9fs_get_idpool(struct v9fs_idpool *p); |
91 | void v9fs_put_idpool(int id, struct v9fs_idpool *p); | 91 | void v9fs_put_idpool(int id, struct v9fs_idpool *p); |
92 | int v9fs_get_option(char *opts, char *name, char *buf, int buflen); | 92 | void v9fs_session_cancel(struct v9fs_session_info *v9ses); |
93 | long long v9fs_get_int_option(char *opts, char *name, long long dflt); | ||
94 | int v9fs_parse_tcp_devname(const char *devname, char **addr, char **remotename); | ||
95 | 93 | ||
96 | #define V9FS_MAGIC 0x01021997 | 94 | #define V9FS_MAGIC 0x01021997 |
97 | 95 | ||