diff options
Diffstat (limited to 'include/linux/fs.h')
-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 92ae3e2067b0..1feee2e7e47b 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1716,7 +1716,7 @@ extern ssize_t simple_read_from_buffer(void __user *, size_t, loff_t *, const vo | |||
1716 | extern int inode_change_ok(struct inode *, struct iattr *); | 1716 | extern int inode_change_ok(struct inode *, struct iattr *); |
1717 | extern int __must_check inode_setattr(struct inode *, struct iattr *); | 1717 | extern int __must_check inode_setattr(struct inode *, struct iattr *); |
1718 | 1718 | ||
1719 | extern void inode_update_time(struct inode *inode, int ctime_too); | 1719 | extern void file_update_time(struct file *file); |
1720 | 1720 | ||
1721 | static inline ino_t parent_ino(struct dentry *dentry) | 1721 | static inline ino_t parent_ino(struct dentry *dentry) |
1722 | { | 1722 | { |