X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Ffilesystems.c;h=1aa70260e6d1367f6b2db4be2a797123c92c5033;hb=4ce707fbb6ee23d95a71679180cf9c273bee8943;hp=d488dcd7f2bbf0a14a4e23ebe328703b0b5b0d1c;hpb=d1a020050c6ce1a0794ff73582ccf47e4db536f7;p=linux-2.6-omap-h63xx.git diff --git a/fs/filesystems.c b/fs/filesystems.c index d488dcd7f2b..1aa70260e6d 100644 --- a/fs/filesystems.c +++ b/fs/filesystems.c @@ -179,7 +179,7 @@ static int fs_maxindex(void) /* * Whee.. Weird sysv syscall. */ -asmlinkage long sys_sysfs(int option, unsigned long arg1, unsigned long arg2) +SYSCALL_DEFINE3(sysfs, int, option, unsigned long, arg1, unsigned long, arg2) { int retval = -EINVAL;