diff options
Diffstat (limited to 'fs/sysfs/bin.c')
| -rw-r--r-- | fs/sysfs/bin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/sysfs/bin.c b/fs/sysfs/bin.c index 2524714bece1..60c702bc10ae 100644 --- a/fs/sysfs/bin.c +++ b/fs/sysfs/bin.c | |||
| @@ -40,7 +40,7 @@ struct bin_buffer { | |||
| 40 | struct mutex mutex; | 40 | struct mutex mutex; |
| 41 | void *buffer; | 41 | void *buffer; |
| 42 | int mmapped; | 42 | int mmapped; |
| 43 | struct vm_operations_struct *vm_ops; | 43 | const struct vm_operations_struct *vm_ops; |
| 44 | struct file *file; | 44 | struct file *file; |
| 45 | struct hlist_node list; | 45 | struct hlist_node list; |
| 46 | }; | 46 | }; |
| @@ -331,7 +331,7 @@ static int bin_migrate(struct vm_area_struct *vma, const nodemask_t *from, | |||
| 331 | } | 331 | } |
| 332 | #endif | 332 | #endif |
| 333 | 333 | ||
| 334 | static struct vm_operations_struct bin_vm_ops = { | 334 | static const struct vm_operations_struct bin_vm_ops = { |
| 335 | .open = bin_vma_open, | 335 | .open = bin_vma_open, |
| 336 | .close = bin_vma_close, | 336 | .close = bin_vma_close, |
| 337 | .fault = bin_fault, | 337 | .fault = bin_fault, |
