diff options
author | Ed Cashin <ecashin@coraid.com> | 2013-09-11 14:25:40 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-11 15:59:23 -0700 |
commit | e8866cf2b90f3a29859d2113c0fd23daf189c282 (patch) | |
tree | df02943b3755d6a284c6fd215a5c709f48d0be1d /drivers/block/aoe/aoe.h | |
parent | 190519cd30884215a63ed875ac074dc97a602522 (diff) | |
download | linux-e8866cf2b90f3a29859d2113c0fd23daf189c282.tar.gz linux-e8866cf2b90f3a29859d2113c0fd23daf189c282.tar.bz2 linux-e8866cf2b90f3a29859d2113c0fd23daf189c282.zip |
aoe: add AoE-target files to debugfs
Signed-off-by: Ed Cashin <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/block/aoe/aoe.h')
-rw-r--r-- | drivers/block/aoe/aoe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/block/aoe/aoe.h b/drivers/block/aoe/aoe.h index 025c41d3cb33..b1f24c5a6bd1 100644 --- a/drivers/block/aoe/aoe.h +++ b/drivers/block/aoe/aoe.h @@ -169,6 +169,7 @@ struct aoedev { ulong ref; struct work_struct work;/* disk create work struct */ struct gendisk *gd; + struct dentry *debugfs; struct request_queue *blkq; struct hd_geometry geo; sector_t ssize; @@ -206,6 +207,7 @@ struct ktstate { int aoeblk_init(void); void aoeblk_exit(void); void aoeblk_gdalloc(void *); +void aoedisk_rm_debugfs(struct aoedev *d); void aoedisk_rm_sysfs(struct aoedev *d); int aoechr_init(void); |