diff options
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); |