diff options
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 934dd819a4ef..dadffa21a206 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -464,7 +464,7 @@ extern const struct file_operations fuse_dev_operations; | |||
464 | /** | 464 | /** |
465 | * Get a filled in inode | 465 | * Get a filled in inode |
466 | */ | 466 | */ |
467 | struct inode *fuse_iget(struct super_block *sb, unsigned long nodeid, | 467 | struct inode *fuse_iget(struct super_block *sb, u64 nodeid, |
468 | int generation, struct fuse_attr *attr, | 468 | int generation, struct fuse_attr *attr, |
469 | u64 attr_valid, u64 attr_version); | 469 | u64 attr_valid, u64 attr_version); |
470 | 470 | ||
@@ -472,7 +472,7 @@ struct inode *fuse_iget(struct super_block *sb, unsigned long nodeid, | |||
472 | * Send FORGET command | 472 | * Send FORGET command |
473 | */ | 473 | */ |
474 | void fuse_send_forget(struct fuse_conn *fc, struct fuse_req *req, | 474 | void fuse_send_forget(struct fuse_conn *fc, struct fuse_req *req, |
475 | unsigned long nodeid, u64 nlookup); | 475 | u64 nodeid, u64 nlookup); |
476 | 476 | ||
477 | /** | 477 | /** |
478 | * Initialize READ or READDIR request | 478 | * Initialize READ or READDIR request |