diff options
Diffstat (limited to 'include/linux/fs.h')
| -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 e190326ac212..5e44b0893db8 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -2504,6 +2504,7 @@ extern const struct inode_operations page_symlink_inode_operations; | |||
| 2504 | extern void kfree_put_link(struct dentry *, struct nameidata *, void *); | 2504 | extern void kfree_put_link(struct dentry *, struct nameidata *, void *); |
| 2505 | extern int generic_readlink(struct dentry *, char __user *, int); | 2505 | extern int generic_readlink(struct dentry *, char __user *, int); |
| 2506 | extern void generic_fillattr(struct inode *, struct kstat *); | 2506 | extern void generic_fillattr(struct inode *, struct kstat *); |
| 2507 | int vfs_getattr_nosec(struct path *path, struct kstat *stat); | ||
| 2507 | extern int vfs_getattr(struct path *, struct kstat *); | 2508 | extern int vfs_getattr(struct path *, struct kstat *); |
| 2508 | void __inode_add_bytes(struct inode *inode, loff_t bytes); | 2509 | void __inode_add_bytes(struct inode *inode, loff_t bytes); |
| 2509 | void inode_add_bytes(struct inode *inode, loff_t bytes); | 2510 | void inode_add_bytes(struct inode *inode, loff_t bytes); |
