1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-31 05:47:43 +03:00
Zdenek Kabelac 3c818c8946 device: if BLKPBSZGET is unavailable, enforce 512
If there is no define for BLKPBSZGET - we have hard time how to
decrypt physical block size - we can't use here block_size,
since this is usually 4k while we need to use 512b.

FIXME: find some better way, until that enforce value 512.
Eventually we could also try to put in:

+#ifndef BLKPBSZGET
+# define BLKPBSZGET _IO(0x12,123)
+#endif

but this will still not work well on old kernels.
2013-12-18 10:52:09 +01:00
..
2013-12-04 14:30:26 +01:00
2013-12-12 13:27:59 +01:00
2013-12-12 13:28:19 +01:00
2013-12-10 11:16:51 +01:00
2013-11-22 21:00:55 +01:00
2013-12-12 13:28:19 +01:00