Skip to content
Snippets Groups Projects
Commit 1580b4f7 authored by Johann Lombardi's avatar Johann Lombardi
Browse files

Branch b1_6

b=16205

fix missing definition of ppos in the original patch (causes failure on SLES9).
parent af4d1e88
No related merge requests found
......@@ -102,6 +102,7 @@ int LL_PROC_PROTO(proc_set_timeout)
int LL_PROC_PROTO(proc_max_dirty_pages_in_mb)
{
int rc = 0;
DECLARE_LL_PROC_PPOS_DECL;
if (!table->data || !table->maxlen || !*lenp || (*ppos && !write)) {
*lenp = 0;
......
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