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 b347b2d5666f..8ebb5f01a418 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2393,7 +2393,7 @@ extern int buffer_migrate_page(struct address_space *, | |||
2393 | extern int inode_change_ok(const struct inode *, struct iattr *); | 2393 | extern int inode_change_ok(const struct inode *, struct iattr *); |
2394 | extern int inode_newsize_ok(const struct inode *, loff_t offset); | 2394 | extern int inode_newsize_ok(const struct inode *, loff_t offset); |
2395 | extern int __must_check inode_setattr(struct inode *, const struct iattr *); | 2395 | extern int __must_check inode_setattr(struct inode *, const struct iattr *); |
2396 | extern void generic_setattr(struct inode *inode, const struct iattr *attr); | 2396 | extern void setattr_copy(struct inode *inode, const struct iattr *attr); |
2397 | 2397 | ||
2398 | extern void file_update_time(struct file *file); | 2398 | extern void file_update_time(struct file *file); |
2399 | 2399 | ||