diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 6a6ca85bee23..34acf51273dd 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2454,7 +2454,7 @@ extern loff_t noop_llseek(struct file *file, loff_t offset, int origin); | |||
2454 | extern loff_t no_llseek(struct file *file, loff_t offset, int origin); | 2454 | extern loff_t no_llseek(struct file *file, loff_t offset, int origin); |
2455 | extern loff_t generic_file_llseek(struct file *file, loff_t offset, int origin); | 2455 | extern loff_t generic_file_llseek(struct file *file, loff_t offset, int origin); |
2456 | extern loff_t generic_file_llseek_size(struct file *file, loff_t offset, | 2456 | extern loff_t generic_file_llseek_size(struct file *file, loff_t offset, |
2457 | int origin, loff_t maxsize); | 2457 | int origin, loff_t maxsize, loff_t eof); |
2458 | extern int generic_file_open(struct inode * inode, struct file * filp); | 2458 | extern int generic_file_open(struct inode * inode, struct file * filp); |
2459 | extern int nonseekable_open(struct inode * inode, struct file * filp); | 2459 | extern int nonseekable_open(struct inode * inode, struct file * filp); |
2460 | 2460 | ||