diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2016-12-09 16:45:04 +0100 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2016-12-09 16:45:04 +0100 |
commit | d16744ec8ad011793144bb932ce822cc0c1733cb (patch) | |
tree | dd0295b4419347391ca3bbf0ba7e46ef1e1de99e /include/linux/fs.h | |
parent | dfeef68862edd7d4bafe68ef7aeb5f658ef24bb5 (diff) | |
download | linux-stable-d16744ec8ad011793144bb932ce822cc0c1733cb.tar.gz linux-stable-d16744ec8ad011793144bb932ce822cc0c1733cb.tar.bz2 linux-stable-d16744ec8ad011793144bb932ce822cc0c1733cb.zip |
vfs: make generic_readlink() static
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
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 f6c206eae6ac..e343d784651a 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2915,7 +2915,6 @@ extern int __page_symlink(struct inode *inode, const char *symname, int len, extern int page_symlink(struct inode *inode, const char *symname, int len); extern const struct inode_operations page_symlink_inode_operations; extern void kfree_link(void *); -extern int generic_readlink(struct dentry *, char __user *, int); extern void generic_fillattr(struct inode *, struct kstat *); int vfs_getattr_nosec(struct path *path, struct kstat *stat); extern int vfs_getattr(struct path *, struct kstat *); |