diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index d2fdf09a4407..138e206df2fc 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2743,7 +2743,6 @@ extern int __page_symlink(struct inode *inode, const char *symname, int len, | |||
2743 | extern int page_symlink(struct inode *inode, const char *symname, int len); | 2743 | extern int page_symlink(struct inode *inode, const char *symname, int len); |
2744 | extern const struct inode_operations page_symlink_inode_operations; | 2744 | extern const struct inode_operations page_symlink_inode_operations; |
2745 | extern void kfree_put_link(struct inode *, void *); | 2745 | extern void kfree_put_link(struct inode *, void *); |
2746 | extern void free_page_put_link(struct inode *, void *); | ||
2747 | extern int generic_readlink(struct dentry *, char __user *, int); | 2746 | extern int generic_readlink(struct dentry *, char __user *, int); |
2748 | extern void generic_fillattr(struct inode *, struct kstat *); | 2747 | extern void generic_fillattr(struct inode *, struct kstat *); |
2749 | int vfs_getattr_nosec(struct path *path, struct kstat *stat); | 2748 | int vfs_getattr_nosec(struct path *path, struct kstat *stat); |