[PATCH] tpmdd: remove global event log
authorKylene Jo Hall <kjhall@us.ibm.com>
Sun, 8 Jan 2006 09:03:48 +0000 (01:03 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 9 Jan 2006 04:14:00 +0000 (20:14 -0800)
commitd09cf7d77f62f6fb2f6d63fe5980583805f2d559
tree59192c9b47c424bdbc67606f6c2fc2214e7a37d2
parent5e38291d80086f6972f471c7caffa03184de0bf0
[PATCH] tpmdd: remove global event log

Remove global event log in the tpm bios event measurement log code that
would have caused problems when the code was run concurrently.  A log is
now allocated and attached to the seq file upon open and destroyed
appropriately.

Signed-off-by: Kylene Jo Hall <kjhall@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/tpm/tpm_bios.c