From: Al Viro Date: Sat, 10 Jan 2015 22:18:37 +0000 (-0500) Subject: get rid of the second argument of acct_kill() X-Git-Tag: fixes-v4.0-rc1~77^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b994d98a815d934ab6a77a380882865982c14f9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed