Commit 5ca4f809 authored by Linus Torvalds's avatar Linus Torvalds

Add user pointer annotations to fs/super.c

parent ec420fed
...@@ -407,7 +407,7 @@ struct super_block * user_get_super(dev_t dev) ...@@ -407,7 +407,7 @@ struct super_block * user_get_super(dev_t dev)
return NULL; return NULL;
} }
asmlinkage long sys_ustat(dev_t dev, struct ustat * ubuf) asmlinkage long sys_ustat(dev_t dev, struct ustat __user * ubuf)
{ {
struct super_block *s; struct super_block *s;
struct ustat tmp; struct ustat tmp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment