aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/v9fs.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2017-04-12 12:24:31 +0200
committerJens Axboe <axboe@fb.com>2017-04-20 12:09:55 -0600
commit71304feba33f4b007cdb5cbbbe24c0e8d87ff689 (patch)
tree843c9c5f5665287b9fec4d0d524db60fd2da5841 /fs/9p/v9fs.h
parentlustre: Convert to separately allocated bdi (diff)
downloadlinux-dev-71304feba33f4b007cdb5cbbbe24c0e8d87ff689.tar.xz
linux-dev-71304feba33f4b007cdb5cbbbe24c0e8d87ff689.zip
9p: Convert to separately allocated bdi
Allocate struct backing_dev_info separately instead of embedding it inside session. This unifies handling of bdi among users. CC: Eric Van Hensbergen <ericvh@gmail.com> CC: Ron Minnich <rminnich@sandia.gov> CC: Latchesar Ionkov <lucho@ionkov.net> CC: v9fs-developer@lists.sourceforge.net 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 'fs/9p/v9fs.h')
-rw-r--r--fs/9p/v9fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/9p/v9fs.h b/fs/9p/v9fs.h
index 443d12e02043..76eaf49abd3a 100644
--- a/fs/9p/v9fs.h
+++ b/fs/9p/v9fs.h
@@ -114,7 +114,6 @@ struct v9fs_session_info {
kuid_t uid; /* if ACCESS_SINGLE, the uid that has access */
struct p9_client *clnt; /* 9p client */
struct list_head slist; /* list of sessions registered with v9fs */
- struct backing_dev_info bdi;
struct rw_semaphore rename_sem;
};