diff options
Diffstat (limited to 'include/linux/fs.h')
| -rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 1ee7f592e239..2aa02cad94d4 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -3127,6 +3127,10 @@ extern int simple_rmdir(struct inode *, struct dentry *); | |||
| 3127 | extern int simple_rename(struct inode *, struct dentry *, | 3127 | extern int simple_rename(struct inode *, struct dentry *, |
| 3128 | struct inode *, struct dentry *, unsigned int); | 3128 | struct inode *, struct dentry *, unsigned int); |
| 3129 | extern int noop_fsync(struct file *, loff_t, loff_t, int); | 3129 | extern int noop_fsync(struct file *, loff_t, loff_t, int); |
| 3130 | extern int noop_set_page_dirty(struct page *page); | ||
| 3131 | extern void noop_invalidatepage(struct page *page, unsigned int offset, | ||
| 3132 | unsigned int length); | ||
| 3133 | extern ssize_t noop_direct_IO(struct kiocb *iocb, struct iov_iter *iter); | ||
| 3130 | extern int simple_empty(struct dentry *); | 3134 | extern int simple_empty(struct dentry *); |
| 3131 | extern int simple_readpage(struct file *file, struct page *page); | 3135 | extern int simple_readpage(struct file *file, struct page *page); |
| 3132 | extern int simple_write_begin(struct file *file, struct address_space *mapping, | 3136 | extern int simple_write_begin(struct file *file, struct address_space *mapping, |
