diff options
| author | Dan Williams <dan.j.williams@intel.com> | 2018-04-09 13:50:17 -0400 |
|---|---|---|
| committer | Dan Williams <dan.j.williams@intel.com> | 2018-04-09 13:50:17 -0400 |
| commit | e13e75b86ef2f88e3a47d672dd4c52a293efb95b (patch) | |
| tree | 2617aebd952d1aec09d323f6b2484b93f659e753 /include/linux/fs.h | |
| parent | 1ed41b5696ccc3ff40a1dee39fe14eff273faf82 (diff) | |
| parent | 976431b02c2ef92ae3f8b6a7d699fc554025e118 (diff) | |
Merge branch 'for-4.17/dax' into libnvdimm-for-next
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 c6baf767619e..a3bb2aedbc2b 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -3130,6 +3130,10 @@ extern int simple_rmdir(struct inode *, struct dentry *); | |||
| 3130 | extern int simple_rename(struct inode *, struct dentry *, | 3130 | extern int simple_rename(struct inode *, struct dentry *, |
| 3131 | struct inode *, struct dentry *, unsigned int); | 3131 | struct inode *, struct dentry *, unsigned int); |
| 3132 | extern int noop_fsync(struct file *, loff_t, loff_t, int); | 3132 | extern int noop_fsync(struct file *, loff_t, loff_t, int); |
| 3133 | extern int noop_set_page_dirty(struct page *page); | ||
| 3134 | extern void noop_invalidatepage(struct page *page, unsigned int offset, | ||
| 3135 | unsigned int length); | ||
| 3136 | extern ssize_t noop_direct_IO(struct kiocb *iocb, struct iov_iter *iter); | ||
| 3133 | extern int simple_empty(struct dentry *); | 3137 | extern int simple_empty(struct dentry *); |
| 3134 | extern int simple_readpage(struct file *file, struct page *page); | 3138 | extern int simple_readpage(struct file *file, struct page *page); |
| 3135 | extern int simple_write_begin(struct file *file, struct address_space *mapping, | 3139 | extern int simple_write_begin(struct file *file, struct address_space *mapping, |
