mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 10:50:01 +01:00
Move DM helpers to separate header.
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@530 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
@@ -79,6 +79,9 @@ static char *__lookup_dev(char *path, dev_t dev, int dir_level, const int max_le
|
||||
return result;
|
||||
}
|
||||
|
||||
/*
|
||||
* Non-udev systemd need to scan for device here.
|
||||
*/
|
||||
static char *lookup_dev_old(const char *dev_id)
|
||||
{
|
||||
int major, minor;
|
||||
|
||||
Reference in New Issue
Block a user