Skip to content
Snippets Groups Projects
Commit 18ea85b9 authored by Liang Zhen's avatar Liang Zhen
Browse files

*** empty log message ***

parent 180c2dd3
No related merge requests found
...@@ -119,7 +119,7 @@ typedef unsigned long cpumask_t; ...@@ -119,7 +119,7 @@ typedef unsigned long cpumask_t;
#define LL_PROC_PROTO(name) \ #define LL_PROC_PROTO(name) \
name(cfs_sysctl_table_t *table, int write, struct file *filp, \ name(cfs_sysctl_table_t *table, int write, struct file *filp, \
void __user *buffer, size_t *lenp, loff_t *ppos) void __user *buffer, size_t *lenp, loff_t *ppos)
#define DECLARE_LL_PROC_PPOS #define DECLARE_LL_PROC_PPOS_DECL
#endif #endif
#endif /* _PORTALS_COMPAT_H */ #endif /* _PORTALS_COMPAT_H */
...@@ -103,7 +103,7 @@ proc_call_handler(void *data, int write, ...@@ -103,7 +103,7 @@ proc_call_handler(void *data, int write,
static int \ static int \
LL_PROC_PROTO(name) \ LL_PROC_PROTO(name) \
{ \ { \
DECLARE_LL_PROC_PPOS; \ DECLARE_LL_PROC_PPOS_DECL; \
\ \
return proc_call_handler(table->data, write, \ return proc_call_handler(table->data, write, \
ppos, buffer, lenp, \ ppos, buffer, lenp, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment