diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-10-13 03:24:51 -0400 | 
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-10-13 03:24:59 -0400 | 
| commit | 2c96c142e941041973faab20ca3b82d57f435c5e (patch) | |
| tree | 45188f0ecb3f4bb7408a7219f8fcd041d500235a /kernel/rcutree_trace.c | |
| parent | 3c355863fb32070a2800f41106519c5c3038623a (diff) | |
| parent | 8ad807318fcd62aba0e18c7c7fbfcc1af3fcdbab (diff) | |
Merge branch 'tracing/urgent' into tracing/core
Merge reason: Pick up tracing/filters fix from the urgent queue,
              we will queue up dependent patches.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/rcutree_trace.c')
| -rw-r--r-- | kernel/rcutree_trace.c | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/kernel/rcutree_trace.c b/kernel/rcutree_trace.c index c89f5e9fd173..179e6ad80dc0 100644 --- a/kernel/rcutree_trace.c +++ b/kernel/rcutree_trace.c | |||
| @@ -93,7 +93,7 @@ static int rcudata_open(struct inode *inode, struct file *file) | |||
| 93 | return single_open(file, show_rcudata, NULL); | 93 | return single_open(file, show_rcudata, NULL); | 
| 94 | } | 94 | } | 
| 95 | 95 | ||
| 96 | static struct file_operations rcudata_fops = { | 96 | static const struct file_operations rcudata_fops = { | 
| 97 | .owner = THIS_MODULE, | 97 | .owner = THIS_MODULE, | 
| 98 | .open = rcudata_open, | 98 | .open = rcudata_open, | 
| 99 | .read = seq_read, | 99 | .read = seq_read, | 
| @@ -145,7 +145,7 @@ static int rcudata_csv_open(struct inode *inode, struct file *file) | |||
| 145 | return single_open(file, show_rcudata_csv, NULL); | 145 | return single_open(file, show_rcudata_csv, NULL); | 
| 146 | } | 146 | } | 
| 147 | 147 | ||
| 148 | static struct file_operations rcudata_csv_fops = { | 148 | static const struct file_operations rcudata_csv_fops = { | 
| 149 | .owner = THIS_MODULE, | 149 | .owner = THIS_MODULE, | 
| 150 | .open = rcudata_csv_open, | 150 | .open = rcudata_csv_open, | 
| 151 | .read = seq_read, | 151 | .read = seq_read, | 
| @@ -196,7 +196,7 @@ static int rcuhier_open(struct inode *inode, struct file *file) | |||
| 196 | return single_open(file, show_rcuhier, NULL); | 196 | return single_open(file, show_rcuhier, NULL); | 
| 197 | } | 197 | } | 
| 198 | 198 | ||
| 199 | static struct file_operations rcuhier_fops = { | 199 | static const struct file_operations rcuhier_fops = { | 
| 200 | .owner = THIS_MODULE, | 200 | .owner = THIS_MODULE, | 
| 201 | .open = rcuhier_open, | 201 | .open = rcuhier_open, | 
| 202 | .read = seq_read, | 202 | .read = seq_read, | 
| @@ -222,7 +222,7 @@ static int rcugp_open(struct inode *inode, struct file *file) | |||
| 222 | return single_open(file, show_rcugp, NULL); | 222 | return single_open(file, show_rcugp, NULL); | 
| 223 | } | 223 | } | 
| 224 | 224 | ||
| 225 | static struct file_operations rcugp_fops = { | 225 | static const struct file_operations rcugp_fops = { | 
| 226 | .owner = THIS_MODULE, | 226 | .owner = THIS_MODULE, | 
| 227 | .open = rcugp_open, | 227 | .open = rcugp_open, | 
| 228 | .read = seq_read, | 228 | .read = seq_read, | 
| @@ -276,7 +276,7 @@ static int rcu_pending_open(struct inode *inode, struct file *file) | |||
| 276 | return single_open(file, show_rcu_pending, NULL); | 276 | return single_open(file, show_rcu_pending, NULL); | 
| 277 | } | 277 | } | 
| 278 | 278 | ||
| 279 | static struct file_operations rcu_pending_fops = { | 279 | static const struct file_operations rcu_pending_fops = { | 
| 280 | .owner = THIS_MODULE, | 280 | .owner = THIS_MODULE, | 
| 281 | .open = rcu_pending_open, | 281 | .open = rcu_pending_open, | 
| 282 | .read = seq_read, | 282 | .read = seq_read, | 
