From: Pavel Emelyanov Date: Fri, 25 Jul 2008 08:48:46 +0000 (-0700) Subject: bsdacct: make internal code work with passed bsd_acct_struct, not global X-Git-Tag: v2.6.27-rc1~258 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6248b1b342005a428b1247b4e89249da1528d88d;p=pandora-kernel.git bsdacct: make internal code work with passed bsd_acct_struct, not global This adds the appropriate pointer to all the internal (i.e. static) functions that work with global acct instance. API calls pass a global instance to them (while we still have such). Mostly this is a s/acct_globals./acct->/ over the file. Signed-off-by: Pavel Emelyanov Cc: Balbir Singh Cc: "Eric W. Biederman" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed