http://bugzilla.novell.com/show_bug.cgi?id=615656 http://bugzilla.novell.com/show_bug.cgi?id=615656#c4 --- Comment #4 from Jeff Mahoney <jeffm@novell.com> 2010-07-01 18:22:35 UTC --- Created an attachment (id=373312) --> (http://bugzilla.novell.com/attachment.cgi?id=373312) [PATCH] dm-raid45: API update: Remove dm_put after dm_table_get_md Commit ecdb2e257abc33ae6798d3ccba87bdafa40ef6b6, for 2.6.34, removed the dm_get() call from dm_table_get_md(). The dm-raid45 code still has matching dm_put() calls for the dm_table_get_md() calls. This patch removes the dm_put() calls as it's causing too many reference drops and BUG_ONs. Signed-off-by: Jeff Mahoney <jeffm@suse.com> -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.