summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nvmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nvmap.h b/include/linux/nvmap.h
index 7d24a40e0..8524e7a71 100644
--- a/include/linux/nvmap.h
+++ b/include/linux/nvmap.h
@@ -127,7 +127,7 @@ enum {
127 NVMAP_PAGES_UNRESERVE = 0, 127 NVMAP_PAGES_UNRESERVE = 0,
128 NVMAP_PAGES_RESERVE, 128 NVMAP_PAGES_RESERVE,
129 NVMAP_INSERT_PAGES_ON_UNRESERVE, 129 NVMAP_INSERT_PAGES_ON_UNRESERVE,
130 NVMAP_PAGES_ZAP_AND_CLEAN, 130 NVMAP_PAGES_PROT_AND_CLEAN,
131}; 131};
132 132
133struct nvmap_create_handle { 133struct nvmap_create_handle {