diff options
Diffstat (limited to 'fs/bio.c')
| -rw-r--r-- | fs/bio.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -116,7 +116,6 @@ static struct kmem_cache *bio_find_or_create_slab(unsigned int extra_size) | |||
| 116 | if (!slab) | 116 | if (!slab) |
| 117 | goto out_unlock; | 117 | goto out_unlock; |
| 118 | 118 | ||
| 119 | printk(KERN_INFO "bio: create slab <%s> at %d\n", bslab->name, entry); | ||
| 120 | bslab->slab = slab; | 119 | bslab->slab = slab; |
| 121 | bslab->slab_ref = 1; | 120 | bslab->slab_ref = 1; |
| 122 | bslab->slab_size = sz; | 121 | bslab->slab_size = sz; |
| @@ -1970,7 +1969,7 @@ int bio_associate_current(struct bio *bio) | |||
| 1970 | 1969 | ||
| 1971 | /* associate blkcg if exists */ | 1970 | /* associate blkcg if exists */ |
| 1972 | rcu_read_lock(); | 1971 | rcu_read_lock(); |
| 1973 | css = task_css(current, blkio_subsys_id); | 1972 | css = task_css(current, blkio_cgrp_id); |
| 1974 | if (css && css_tryget(css)) | 1973 | if (css && css_tryget(css)) |
| 1975 | bio->bi_css = css; | 1974 | bio->bi_css = css; |
| 1976 | rcu_read_unlock(); | 1975 | rcu_read_unlock(); |
