diff options
author | ecashin@coraid.com <ecashin@coraid.com> | 2005-04-19 09:00:22 +0400 |
---|---|---|
committer | Greg KH <greg@press.kroah.org> | 2005-04-19 09:00:22 +0400 |
commit | 0c6f0e7920f39b28bdbe5f134f3e592542332d87 (patch) | |
tree | 0d31149e2c52557555d35696e13d3d9baabc1eaa /drivers/block/aoe/aoe.h | |
parent | e3b7df65e089f143b9228472b80fb96c495fb634 (diff) | |
download | linux-0c6f0e7920f39b28bdbe5f134f3e592542332d87.tar.xz |
[PATCH] aoe 11/12: add support for disk statistics
add support for disk statistics
Signed-off-by: Ed L. Cashin <ecashin@coraid.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/block/aoe/aoe.h')
-rw-r--r-- | drivers/block/aoe/aoe.h | 1 |
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 { struct buf { struct list_head bufs; + ulong start_time; /* for disk stats */ ulong flags; ulong nframesout; char *bufaddr; |