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

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
Heiko Carstens
2009-01-14 14:14:12 +01:00
parent a5f8fa9e9b
commit bdc480e3be
4 changed files with 11 additions and 14 deletions

View File

@@ -3243,7 +3243,7 @@ void block_sync_page(struct page *page)
* Use of bdflush() is deprecated and will be removed in a future kernel.
* The `pdflush' kernel threads fully replace bdflush daemons and this call.
*/
asmlinkage long sys_bdflush(int func, long data)
SYSCALL_DEFINE2(bdflush, int, func, long, data)
{
static int msg_count;