diff options
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/ops_fstype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c index a34308df927f..c0e5b9a8bf5f 100644 --- a/fs/gfs2/ops_fstype.c +++ b/fs/gfs2/ops_fstype.c | |||
@@ -1226,7 +1226,7 @@ static int set_gfs2_super(struct super_block *s, void *data) | |||
1226 | * We set the bdi here to the queue backing, file systems can | 1226 | * We set the bdi here to the queue backing, file systems can |
1227 | * overwrite this in ->fill_super() | 1227 | * overwrite this in ->fill_super() |
1228 | */ | 1228 | */ |
1229 | s->s_bdi = &bdev_get_queue(s->s_bdev)->backing_dev_info; | 1229 | s->s_bdi = bdev_get_queue(s->s_bdev)->backing_dev_info; |
1230 | return 0; | 1230 | return 0; |
1231 | } | 1231 | } |
1232 | 1232 | ||