commit | 3b994d98a815d934ab6a77a380882865982c14f9 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jan 10 17:18:37 2015 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 25 23:17:27 2015 -0500 |
tree | c837ebe22ac4427a23ba87ee019e1ed2832bb99a | |
parent | 34cece2e8a1d2b66f00e153a19b80b4d4cec4eb8 [diff] |
get rid of the second argument of acct_kill() 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>