diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-09 08:13:14 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-09 08:13:14 -0700 |
| commit | 25cd22cae57f570e7db933cd226ca09d395f0561 (patch) | |
| tree | c49b546403e221510111eff27979a08b31225e30 /include/linux | |
| parent | 898df34cabdf7d62f937f3c47834a71321d0dffe (diff) | |
Annotate fs/stat.c with user pointer annotations.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 16ad733f58e4..223f7ebd6b80 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -738,7 +738,7 @@ struct inode_operations { int (*mknod) (struct inode *,struct dentry *,int,dev_t); int (*rename) (struct inode *, struct dentry *, struct inode *, struct dentry *); - int (*readlink) (struct dentry *, char *,int); + int (*readlink) (struct dentry *, char __user *,int); int (*follow_link) (struct dentry *, struct nameidata *); void (*truncate) (struct inode *); int (*permission) (struct inode *, int); |
