| | Date | Sun, 11 Jan 2009 00:15:31 +0100 | | From | Ingo Molnar <> | | Subject | Re: [PATCH 07/16] dma-debug: add debugfs interface | |
* Joerg Roedel <joerg.roedel@amd.com> wrote:
> +/* debugfs dentry's for the stuff above */
> +static struct dentry *dma_debug_dent;
> +static struct dentry *global_disable_dent;
> +static struct dentry *error_count_dent;
> +static struct dentry *show_all_errors_dent;
> +static struct dentry *show_num_errors_dent;
> +static struct dentry *num_free_entries_dent;
> +static struct dentry *min_free_entries_dent;
should all be __read_mostly.
Ingo
|