mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 10:50:01 +01:00
Drop DEV_SHARED definition.
There are no users.
This commit is contained in:
committed by
Milan Broz
parent
c7d3b7438c
commit
df2111eb4f
@@ -123,7 +123,7 @@ int device_write_lock(struct crypt_device *cd, struct device *device);
|
||||
void device_read_unlock(struct crypt_device *cd, struct device *device);
|
||||
void device_write_unlock(struct crypt_device *cd, struct device *device);
|
||||
|
||||
enum devcheck { DEV_OK = 0, DEV_EXCL = 1, DEV_SHARED = 2 };
|
||||
enum devcheck { DEV_OK = 0, DEV_EXCL = 1 };
|
||||
int device_check_access(struct crypt_device *cd,
|
||||
struct device *device,
|
||||
enum devcheck device_check);
|
||||
|
||||
Reference in New Issue
Block a user