aoe: add AoE-target files to debugfs
[deliverable/linux.git] / drivers / block / aoe / aoe.h
index 025c41d3cb335b8f6df1a683a7e3080dd0a62aa5..b1f24c5a6bd1b8473e7c20fb78e53378c8b30c3f 100644 (file)
@@ -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);
This page took 0.024819 seconds and 5 git commands to generate.