Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[linux-2.6-microblaze.git] / fs / ocfs2 / blockcheck.h
index f2d2689..8f17d2c 100644 (file)
@@ -25,9 +25,6 @@ struct ocfs2_blockcheck_stats {
         * ocfs2_blockcheck_stats_debugfs_install()
         */
        struct dentry *b_debug_dir;     /* Parent of the debugfs  files */
-       struct dentry *b_debug_check;   /* Exposes b_check_count */
-       struct dentry *b_debug_failure; /* Exposes b_failure_count */
-       struct dentry *b_debug_recover; /* Exposes b_recover_count */
 };
 
 
@@ -56,8 +53,8 @@ int ocfs2_block_check_validate_bhs(struct buffer_head **bhs, int nr,
                                   struct ocfs2_blockcheck_stats *stats);
 
 /* Debug Initialization */
-int ocfs2_blockcheck_stats_debugfs_install(struct ocfs2_blockcheck_stats *stats,
-                                          struct dentry *parent);
+void ocfs2_blockcheck_stats_debugfs_install(struct ocfs2_blockcheck_stats *stats,
+                                           struct dentry *parent);
 void ocfs2_blockcheck_stats_debugfs_remove(struct ocfs2_blockcheck_stats *stats);
 
 /*