get rid of the second argument of acct_kill()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 10 Jan 2015 22:18:37 +0000 (17:18 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 26 Jan 2015 04:17:27 +0000 (23:17 -0500)
Replace the old ns->bacct only with NULL and only if it still points
to acct.  And assign the new value to it *before* calling acct_kill()
in acct_on().  That way we don't need to pass the new acct to acct_kill().

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/acct.c

diff --cc kernel/acct.c
Simple merge