X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Ffilesystems.c;h=a24c58e181db1624b9df3ba2493f48b7652a8418;hb=589d27464846c7cb758f93d9ee380c8ff05a161c;hp=d488dcd7f2bbf0a14a4e23ebe328703b0b5b0d1c;hpb=33dbe6114047496a5b6fee0941c52dad41250043;p=pandora-kernel.git diff --git a/fs/filesystems.c b/fs/filesystems.c index d488dcd7f2bb..a24c58e181db 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; @@ -199,7 +199,7 @@ asmlinkage long sys_sysfs(int option, unsigned long arg1, unsigned long arg2) return retval; } -int get_filesystem_list(char * buf) +int __init get_filesystem_list(char *buf) { int len = 0; struct file_system_type * tmp;