diff options
author | Ying Xue <ying.xue@windriver.com> | 2014-10-10 00:30:21 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-10 04:26:04 +0200 |
commit | 067b722faf98adbe1e94581f39c06a7c82b58676 (patch) | |
tree | 9e3613e3759e926e99486a433fe0152667954162 /kernel/sys.c | |
parent | kernel/async.c: switch to pr_foo() (diff) | |
download | linux-067b722faf98adbe1e94581f39c06a7c82b58676.tar.xz linux-067b722faf98adbe1e94581f39c06a7c82b58676.zip |
acct: eliminate compile warning
If ACCT_VERSION is not defined to 3, below warning appears:
CC kernel/acct.o
kernel/acct.c: In function `do_acct_process':
kernel/acct.c:475:24: warning: unused variable `ns' [-Wunused-variable]
[akpm@linux-foundation.org: retain the local for code size improvements
Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions