aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h4
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 *);
3127extern int simple_rename(struct inode *, struct dentry *, 3127extern int simple_rename(struct inode *, struct dentry *,
3128 struct inode *, struct dentry *, unsigned int); 3128 struct inode *, struct dentry *, unsigned int);
3129extern int noop_fsync(struct file *, loff_t, loff_t, int); 3129extern int noop_fsync(struct file *, loff_t, loff_t, int);
3130extern int noop_set_page_dirty(struct page *page);
3131extern void noop_invalidatepage(struct page *page, unsigned int offset,
3132 unsigned int length);
3133extern ssize_t noop_direct_IO(struct kiocb *iocb, struct iov_iter *iter);
3130extern int simple_empty(struct dentry *); 3134extern int simple_empty(struct dentry *);
3131extern int simple_readpage(struct file *file, struct page *page); 3135extern int simple_readpage(struct file *file, struct page *page);
3132extern int simple_write_begin(struct file *file, struct address_space *mapping, 3136extern int simple_write_begin(struct file *file, struct address_space *mapping,