aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/aoe/aoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/aoe/aoe.h')
-rw-r--r--drivers/block/aoe/aoe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h
index d3b0e2ca151a..2e92cfb4997c 100644
--- a/drivers/block/aoe/aoe.h
+++ b/drivers/block/aoe/aoe.h
@@ -90,6 +90,7 @@ enum {
90 90
91struct buf { 91struct buf {
92 struct list_head bufs; 92 struct list_head bufs;
93 ulong start_time; /* for disk stats */
93 ulong flags; 94 ulong flags;
94 ulong nframesout; 95 ulong nframesout;
95 char *bufaddr; 96 char *bufaddr;