[CVE-2009-0029] System call wrappers part 11

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
Heiko Carstens
2009-01-14 14:14:13 +01:00
parent bdc480e3be
commit 257ac264d6
3 changed files with 14 additions and 10 deletions

View File

@ -544,7 +544,7 @@ rescan:
return NULL;
}
asmlinkage long sys_ustat(unsigned dev, struct ustat __user * ubuf)
SYSCALL_DEFINE2(ustat, unsigned, dev, struct ustat __user *, ubuf)
{
struct super_block *s;
struct ustat tmp;