summaryrefslogtreecommitdiff
path: root/libdm/.exported_symbols.DM_1_02_98
Commit message (Collapse)AuthorAgeFilesLines
* libdm: Add dm_task_get_errno to return ioctl errno.Alasdair G Kergon2015-05-261-0/+1
There are reports of unexplained ioctl failures when using dmeventd. An explanation might be that the wrong value of errno is being used. Change libdevmapper to store an errno set by from dm ioctl() directly and provide it to the caller through a new dm_task_get_errno() function. [Replaced f9510548667754d9209b232348ccd2d806c0f1d8]