diff options
Diffstat (limited to 'fs/ubifs')
-rw-r--r-- | fs/ubifs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c index 106bf20629ce..ed93dc6ae245 100644 --- a/fs/ubifs/super.c +++ b/fs/ubifs/super.c | |||
@@ -2017,7 +2017,7 @@ static int ubifs_fill_super(struct super_block *sb, void *data, int silent) | |||
2017 | * Read-ahead will be disabled because @c->bdi.ra_pages is 0. | 2017 | * Read-ahead will be disabled because @c->bdi.ra_pages is 0. |
2018 | */ | 2018 | */ |
2019 | c->bdi.name = "ubifs", | 2019 | c->bdi.name = "ubifs", |
2020 | c->bdi.capabilities = BDI_CAP_MAP_COPY; | 2020 | c->bdi.capabilities = 0; |
2021 | err = bdi_init(&c->bdi); | 2021 | err = bdi_init(&c->bdi); |
2022 | if (err) | 2022 | if (err) |
2023 | goto out_close; | 2023 | goto out_close; |