aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r--fs/fuse/fuse_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index 4469d9971588..a51f63c7d423 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -520,7 +520,7 @@ void fuse_send_forget(struct fuse_conn *fc, struct fuse_req *req,
520 * Initialize READ or READDIR request 520 * Initialize READ or READDIR request
521 */ 521 */
522void fuse_read_fill(struct fuse_req *req, struct file *file, 522void fuse_read_fill(struct fuse_req *req, struct file *file,
523 struct inode *inode, loff_t pos, size_t count, int opcode); 523 loff_t pos, size_t count, int opcode);
524 524
525/** 525/**
526 * Send OPEN or OPENDIR request 526 * Send OPEN or OPENDIR request