Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dm: sysfs revert add empty release function to avoid debug warning
Revert commit d2bb7df at Greg's request. Author: Milan Broz <[email protected]> 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 <[email protected]> Signed-off-by: Alasdair G Kergon <[email protected]>
- Loading branch information