diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-01-17 01:14:44 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-17 02:15:31 -0500 |
commit | 9b9a04693fa2d9e60933154e4c4aca83c219ef0a (patch) | |
tree | c68562dfcf224e32c7bbbfdcad70caa758616881 /fs/fuse/fuse_i.h | |
parent | 64c6d8ed4c55f0a99b1b81558851da80c8d58244 (diff) |
[PATCH] fuse: move INIT handling to inode.c
Now the INIT requests can be completely handled in inode.c and the
fuse_send_init() function need not be global any more.
Signed-off-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 145098056ca6..926b41c959d5 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -480,8 +480,3 @@ int fuse_do_getattr(struct inode *inode); | |||
480 | * Invalidate inode attributes | 480 | * Invalidate inode attributes |
481 | */ | 481 | */ |
482 | void fuse_invalidate_attr(struct inode *inode); | 482 | void fuse_invalidate_attr(struct inode *inode); |
483 | |||
484 | /** | ||
485 | * Send the INIT message | ||
486 | */ | ||
487 | void fuse_send_init(struct fuse_conn *fc); | ||