From: Pavel Emelyanov Date: Fri, 25 Jul 2008 08:48:44 +0000 (-0700) Subject: bsdacct: make check timer accept a bsd_acct_struct argument X-Git-Tag: v2.6.27-rc1~260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59a04a7aa5ce2483470aee4f2eb79ba6b9afe8b;p=pandora-kernel.git bsdacct: make check timer accept a bsd_acct_struct argument We're going to have many bsd_acct_struct instances, not just one, so the timer (currently working with a global one) has to know which one to work with. Use a handy setup_timer macro for it (thanks to Oleg for one). 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