aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorOmar Sandoval <osandov@fb.com>2017-08-23 17:54:59 -0400
committerJens Axboe <axboe@kernel.dk>2017-08-23 17:57:55 -0400
commit1e6ec9ea89d30739b9447c1860fcb07fc29f3aef (patch)
tree6d27e442a04ce8c733f0cab9ba34b39b48e6cd6c /include/uapi/linux
parentea0ea2bc6dd8923d86a0fa98743dbeed98645486 (diff)
Revert "loop: support 4k physical blocksize"
There's some stuff still up in the air, let's not get stuck with a subpar ABI. I'll follow up with something better for 4.14. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/loop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/uapi/linux/loop.h b/include/uapi/linux/loop.h
index a3960f98679c..c8125ec1f4f2 100644
--- a/include/uapi/linux/loop.h
+++ b/include/uapi/linux/loop.h
@@ -22,7 +22,6 @@ enum {
22 LO_FLAGS_AUTOCLEAR = 4, 22 LO_FLAGS_AUTOCLEAR = 4,
23 LO_FLAGS_PARTSCAN = 8, 23 LO_FLAGS_PARTSCAN = 8,
24 LO_FLAGS_DIRECT_IO = 16, 24 LO_FLAGS_DIRECT_IO = 16,
25 LO_FLAGS_BLOCKSIZE = 32,
26}; 25};
27 26
28#include <asm/posix_types.h> /* for __kernel_old_dev_t */ 27#include <asm/posix_types.h> /* for __kernel_old_dev_t */
@@ -60,8 +59,6 @@ struct loop_info64 {
60 __u64 lo_init[2]; 59 __u64 lo_init[2];
61}; 60};
62 61
63#define LO_INFO_BLOCKSIZE(l) (l)->lo_init[0]
64
65/* 62/*
66 * Loop filter types 63 * Loop filter types
67 */ 64 */