From: Alasdair G Kergon Date: Tue, 16 Feb 2010 18:43:04 +0000 (+0000) Subject: dm: sysfs revert add empty release function to avoid debug warning X-Git-Tag: v2.6.33~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9307f6b19ac4f5887552b5b2992f391b866f7633;p=pandora-kernel.git dm: sysfs revert add empty release function to avoid debug warning Revert commit d2bb7df8cac647b92f51fb84ae735771e7adbfa7 at Greg's request. Author: Milan Broz Date: Thu Dec 10 23:51:53 2009 +0000 dm: sysfs add empty release function to avoid debug warning This patch just removes an unnecessary warning: kobject: 'dm': does not have a release() function, it is broken and must be fixed. The kobject is embedded in mapped device struct, so code does not need to release memory explicitly here. Cc: Greg KH Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed