Merge branch 'fixes-rc2' into omap-for-v4.6/fixes
[deliverable/linux.git] / kernel / bpf / syscall.c
index 2a2efe1bc76c7a2ef2e0a4af3ebec7f988a4b4a6..adc5e4bd74f8bc3310cfe4b75257647886b2e11f 100644 (file)
@@ -137,11 +137,13 @@ static void bpf_map_show_fdinfo(struct seq_file *m, struct file *filp)
                   "map_type:\t%u\n"
                   "key_size:\t%u\n"
                   "value_size:\t%u\n"
-                  "max_entries:\t%u\n",
+                  "max_entries:\t%u\n"
+                  "map_flags:\t%#x\n",
                   map->map_type,
                   map->key_size,
                   map->value_size,
-                  map->max_entries);
+                  map->max_entries,
+                  map->map_flags);
 }
 #endif
 
This page took 0.036748 seconds and 5 git commands to generate.