--- zzzz-none-000/linux-2.6.32.60/kernel/sysctl.c 2012-10-07 21:41:24.000000000 +0000 +++ ur8-7270-606/linux-2.6.32.60/kernel/sysctl.c 2011-10-21 12:21:44.000000000 +0000 @@ -1846,7 +1846,7 @@ if (nlen <= 0 || nlen >= CTL_MAXNAME) return -ENOTDIR; if (oldval) { - int old_len; + int old_len __maybe_unused__; if (!oldlenp || get_user(old_len, oldlenp)) return -EFAULT; }