Drop DEV_SHARED definition.

There are no users.
This commit is contained in:
Ondrej Kozina
2018-12-11 18:30:53 +01:00
committed by Milan Broz
parent c7d3b7438c
commit df2111eb4f

View File

@@ -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);