]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/syscalls.h
Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6
[karo-tx-linux.git] / include / linux / syscalls.h
index 1f5c18e6f4f17bedfbd38e64da3cc112d1cb90bb..83ecc1749ef6153581d295706d6c4768c11931e0 100644 (file)
@@ -825,6 +825,7 @@ asmlinkage long sys_fanotify_init(unsigned int flags, unsigned int event_f_flags
 asmlinkage long sys_fanotify_mark(int fanotify_fd, unsigned int flags,
                                  u64 mask, int fd,
                                  const char  __user *pathname);
+asmlinkage long sys_syncfs(int fd);
 
 int kernel_execve(const char *filename, const char *const argv[], const char *const envp[]);