diff --git a/[refs] b/[refs] index 222522e4fccf..06897305c47e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0006526d78e93c3684c806bf7cf3f67dfa49c3c8 +refs/heads/master: 3d3c8f93a237b64580c5c5e138edeb1377e98230 diff --git a/trunk/kernel/sysctl_binary.c b/trunk/kernel/sysctl_binary.c index 6318b511afa1..a650694883a1 100644 --- a/trunk/kernel/sysctl_binary.c +++ b/trunk/kernel/sysctl_binary.c @@ -1354,7 +1354,7 @@ static ssize_t binary_sysctl(const int *name, int nlen, fput(file); out_putname: - putname(pathname); + __putname(pathname); out: return result; }