diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2009-04-28 10:56:37 -0400 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2009-04-28 10:56:37 -0400 |
commit | 91fe96b403f8a0a4a8a045a39b1bd549b0da7941 (patch) | |
tree | 38188f1dff969c050b26093d806ae0092f8c30b9 /fs/fuse/fuse_i.h | |
parent | c7b7143c6342b8751d47b03a025ac5c0ac1ae809 (diff) |
fuse: create fuse_do_open() helper for CUSE
Create a helper for sending an OPEN request that doesn't need a struct
inode pointer.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index ce46c120f48a..429e669d7859 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -528,7 +528,7 @@ void fuse_read_fill(struct fuse_req *req, struct file *file, | |||
528 | /** | 528 | /** |
529 | * Send OPEN or OPENDIR request | 529 | * Send OPEN or OPENDIR request |
530 | */ | 530 | */ |
531 | int fuse_open_common(struct inode *inode, struct file *file, int isdir); | 531 | int fuse_open_common(struct inode *inode, struct file *file, bool isdir); |
532 | 532 | ||
533 | struct fuse_file *fuse_file_alloc(struct fuse_conn *fc); | 533 | struct fuse_file *fuse_file_alloc(struct fuse_conn *fc); |
534 | struct fuse_file *fuse_file_get(struct fuse_file *ff); | 534 | struct fuse_file *fuse_file_get(struct fuse_file *ff); |