mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-05 22:12:16 +00:00
new helper: readlink_copy()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
4efcc9ffcd
commit
5d826c847b
5 changed files with 12 additions and 47 deletions
|
@ -2517,7 +2517,7 @@ extern const struct file_operations generic_ro_fops;
|
|||
|
||||
#define special_file(m) (S_ISCHR(m)||S_ISBLK(m)||S_ISFIFO(m)||S_ISSOCK(m))
|
||||
|
||||
extern int vfs_readlink(struct dentry *, char __user *, int, const char *);
|
||||
extern int readlink_copy(char __user *, int, const char *);
|
||||
extern int page_readlink(struct dentry *, char __user *, int);
|
||||
extern void *page_follow_link_light(struct dentry *, struct nameidata *);
|
||||
extern void page_put_link(struct dentry *, struct nameidata *, void *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue