aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/loop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/loop.h b/include/linux/loop.h
index 66c194e2d9b9..4367fc507fe9 100644
--- a/include/linux/loop.h
+++ b/include/linux/loop.h
@@ -76,6 +76,7 @@ enum {
76 LO_FLAGS_READ_ONLY = 1, 76 LO_FLAGS_READ_ONLY = 1,
77 LO_FLAGS_USE_AOPS = 2, 77 LO_FLAGS_USE_AOPS = 2,
78 LO_FLAGS_AUTOCLEAR = 4, 78 LO_FLAGS_AUTOCLEAR = 4,
79 LO_FLAGS_PARTSCAN = 8,
79}; 80};
80 81
81#include <asm/posix_types.h> /* for __kernel_old_dev_t */ 82#include <asm/posix_types.h> /* for __kernel_old_dev_t */