sysctl: pass kernel pointers to ->proc_handler
[linux-block.git] / include / linux / security.h
index a8d9310472dfad0e4aeab204e641303d61f42df5..6aa229b252ce8735040a3cceeaa85d0671a05327 100644 (file)
@@ -211,7 +211,7 @@ struct request_sock;
 
 #ifdef CONFIG_MMU
 extern int mmap_min_addr_handler(struct ctl_table *table, int write,
-                                void __user *buffer, size_t *lenp, loff_t *ppos);
+                                void *buffer, size_t *lenp, loff_t *ppos);
 #endif
 
 /* security_inode_init_security callback function to write xattrs */