]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/syscalls.h
memcg, slab: do not destroy children caches if parent has aliases
[karo-tx-linux.git] / include / linux / syscalls.h
index 1e67b7a5968c77c2f9290e48801971adc9c0f3fc..2aa8b749f13d058b7c51c259da8bfed4d9c9eae7 100644 (file)
@@ -200,6 +200,8 @@ extern struct trace_event_functions exit_syscall_print_funcs;
        }                                                               \
        static inline long SYSC##name(__MAP(x,__SC_DECL,__VA_ARGS__))
 
+asmlinkage long sys32_quotactl(unsigned int cmd, const char __user *special,
+                              qid_t id, void __user *addr);
 asmlinkage long sys_time(time_t __user *tloc);
 asmlinkage long sys_stime(time_t __user *tptr);
 asmlinkage long sys_gettimeofday(struct timeval __user *tv,