aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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 d9d88a0b456e..db181b542db1 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2517,7 +2517,7 @@ extern const struct file_operations generic_ro_fops;
2517 2517
2518#define special_file(m) (S_ISCHR(m)||S_ISBLK(m)||S_ISFIFO(m)||S_ISSOCK(m)) 2518#define special_file(m) (S_ISCHR(m)||S_ISBLK(m)||S_ISFIFO(m)||S_ISSOCK(m))
2519 2519
2520extern int vfs_readlink(struct dentry *, char __user *, int, const char *); 2520extern int readlink_copy(char __user *, int, const char *);
2521extern int page_readlink(struct dentry *, char __user *, int); 2521extern int page_readlink(struct dentry *, char __user *, int);
2522extern void *page_follow_link_light(struct dentry *, struct nameidata *); 2522extern void *page_follow_link_light(struct dentry *, struct nameidata *);
2523extern void page_put_link(struct dentry *, struct nameidata *, void *); 2523extern void page_put_link(struct dentry *, struct nameidata *, void *);