aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 8ccb136c3980..96fb3242cde7 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2829,7 +2829,7 @@ extern int buffer_migrate_page(struct address_space *,
2829#define buffer_migrate_page NULL 2829#define buffer_migrate_page NULL
2830#endif 2830#endif
2831 2831
2832extern int inode_change_ok(const struct inode *, struct iattr *); 2832extern int setattr_prepare(struct dentry *, struct iattr *);
2833extern int inode_newsize_ok(const struct inode *, loff_t offset); 2833extern int inode_newsize_ok(const struct inode *, loff_t offset);
2834extern void setattr_copy(struct inode *inode, const struct iattr *attr); 2834extern void setattr_copy(struct inode *inode, const struct iattr *attr);
2835 2835