commit | f1daa40b638891a62e1be40f78d752c500265362 | [log] [tgz] |
---|---|---|
author | Alasdair G Kergon <agk@redhat.com> | Thu May 05 16:16:08 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu May 05 16:36:46 2005 -0700 |
tree | 5d62da772240a6cb26eddee42c9bf0fc3ce703a3 | |
parent | c557308e1f4b6f7d6144a06e8f98c467814f3aed [diff] |
[PATCH] device-mapper dm-emc: Fix a memset The dm emc hardware handler code memset the hardware handler structure to zero AFTER it had initialized the structure's spinlock field. Signed-Off-By: Alasdair G Kergon <agk@redhat.com> From: Dave Olien <dmo@osdl.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>