aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/the_nilfs.h
diff options
context:
space:
mode:
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2010-10-07 01:19:48 -0400
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>2010-10-22 20:24:39 -0400
commit026a7d63d55ba8656ed8c8a0733265cc7d47bb8c (patch)
tree094f32e7aec1c514153b880ce1c6ef4f700fe481 /fs/nilfs2/the_nilfs.h
parentc486f3895d6dc751f7c0f04f0fa67390ce4d168e (diff)
nilfs2: get rid of bdi from nilfs object
Nilfs now can use sb->s_bdi to get backing_dev_info, so we use it instead of ns_bdi on the nilfs object and remove ns_bdi. Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Diffstat (limited to 'fs/nilfs2/the_nilfs.h')
-rw-r--r--fs/nilfs2/the_nilfs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nilfs2/the_nilfs.h b/fs/nilfs2/the_nilfs.h
index bbbc1c748aac..69226e14b745 100644
--- a/fs/nilfs2/the_nilfs.h
+++ b/fs/nilfs2/the_nilfs.h
@@ -47,7 +47,6 @@ enum {
47 * struct the_nilfs - struct to supervise multiple nilfs mount points 47 * struct the_nilfs - struct to supervise multiple nilfs mount points
48 * @ns_flags: flags 48 * @ns_flags: flags
49 * @ns_bdev: block device 49 * @ns_bdev: block device
50 * @ns_bdi: backing dev info
51 * @ns_sem: semaphore for shared states 50 * @ns_sem: semaphore for shared states
52 * @ns_sbh: buffer heads of on-disk super blocks 51 * @ns_sbh: buffer heads of on-disk super blocks
53 * @ns_sbp: pointers to super block data 52 * @ns_sbp: pointers to super block data
@@ -90,7 +89,6 @@ struct the_nilfs {
90 unsigned long ns_flags; 89 unsigned long ns_flags;
91 90
92 struct block_device *ns_bdev; 91 struct block_device *ns_bdev;
93 struct backing_dev_info *ns_bdi;
94 struct rw_semaphore ns_sem; 92 struct rw_semaphore ns_sem;
95 93
96 /* 94 /*