diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index e47f6360f74c..3e71560374c0 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -925,6 +925,7 @@ static inline void file_accessed(struct file *file) touch_atime(file->f_vfsmnt, file->f_dentry); } +int sync_inode(struct inode *inode, struct writeback_control *wbc); /** * &export_operations - for nfsd to communicate with file systems |
