commit | a979eff1811a07f5fd331c5f6f727370747b42ad | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri May 29 09:19:23 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Jun 16 08:21:04 2009 +0200 |
tree | 0d01a02a3ad0ca590570feefc0e9be834b330b74 | |
parent | ad081f1430515d0b727eba99ec435a526c61a599 [diff] |
ubifs: register backing_dev_info Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/fs/ubifs/super.c b/fs/ubifs/super.c index 3589eab..3260b73 100644 --- a/fs/ubifs/super.c +++ b/fs/ubifs/super.c
@@ -1937,6 +1937,9 @@ err = bdi_init(&c->bdi); if (err) goto out_close; + err = bdi_register(&c->bdi, NULL, "ubifs"); + if (err) + goto out_bdi; err = ubifs_parse_options(c, data, 0); if (err)