aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/coda_psdev.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2017-04-12 12:24:38 +0200
committerJens Axboe <axboe@fb.com>2017-04-20 12:09:55 -0600
commita5695a79088653c73c92ae8d48658cbc49f31884 (patch)
tree01efd4d7b1eb8d0bd8ebee1c357b3756c4eb7384 /include/linux/coda_psdev.h
parentmtd: Convert to dynamically allocated bdi infrastructure (diff)
downloadlinux-dev-a5695a79088653c73c92ae8d48658cbc49f31884.tar.xz
linux-dev-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 '')
-rw-r--r--include/linux/coda_psdev.h1
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;
};