diff options
author | Jan Kara <jack@suse.cz> | 2017-04-12 12:24:38 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-04-20 20:09:55 +0200 |
commit | a5695a79088653c73c92ae8d48658cbc49f31884 (patch) | |
tree | 01efd4d7b1eb8d0bd8ebee1c357b3756c4eb7384 /include | |
parent | mtd: Convert to dynamically allocated bdi infrastructure (diff) | |
download | linux-a5695a79088653c73c92ae8d48658cbc49f31884.tar.xz linux-a5695a79088653c73c92ae8d48658cbc49f31884.zip |
coda: Convert to separately allocated bdi
Allocate struct backing_dev_info separately instead of embedding it
inside the superblock. This unifies handling of bdi among users.
CC: Jan Harkes <jaharkes@cs.cmu.edu>
CC: coda@cs.cmu.edu
CC: codalist@coda.cs.cmu.edu
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/coda_psdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/coda_psdev.h b/include/linux/coda_psdev.h index 5b8721efa948..31e4e1f1547c 100644 --- a/include/linux/coda_psdev.h +++ b/include/linux/coda_psdev.h @@ -15,7 +15,6 @@ struct venus_comm { struct list_head vc_processing; int vc_inuse; struct super_block *vc_sb; - struct backing_dev_info bdi; struct mutex vc_mutex; }; |