diff options
Diffstat (limited to 'Documentation/filesystems/Locking')
-rw-r--r-- | Documentation/filesystems/Locking | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index f1997e9da61f..3d92049ae71d 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking | |||
@@ -464,7 +464,7 @@ prototypes: | |||
464 | size_t, unsigned int); | 464 | size_t, unsigned int); |
465 | ssize_t (*splice_read)(struct file *, loff_t *, struct pipe_inode_info *, | 465 | ssize_t (*splice_read)(struct file *, loff_t *, struct pipe_inode_info *, |
466 | size_t, unsigned int); | 466 | size_t, unsigned int); |
467 | int (*setlease)(struct file *, long, struct file_lock **); | 467 | int (*setlease)(struct file *, long, struct file_lock **, void **); |
468 | long (*fallocate)(struct file *, int, loff_t, loff_t); | 468 | long (*fallocate)(struct file *, int, loff_t, loff_t); |
469 | }; | 469 | }; |
470 | 470 | ||