From 1580b4f777d1a0bd085b7714f830ff511ef2699c Mon Sep 17 00:00:00 2001
From: johann <johann>
Date: Fri, 8 Aug 2008 16:15:42 +0000
Subject: [PATCH] Branch b1_6 b=16205

fix missing definition of ppos in the original patch (causes failure on SLES9).
---
 lustre/obdclass/linux/linux-sysctl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lustre/obdclass/linux/linux-sysctl.c b/lustre/obdclass/linux/linux-sysctl.c
index a15d28eee3..ac8b041d1e 100644
--- a/lustre/obdclass/linux/linux-sysctl.c
+++ b/lustre/obdclass/linux/linux-sysctl.c
@@ -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;
-- 
GitLab