~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise-proposed

« back to all changes in this revision

Viewing changes to drivers/md/bitmap.c

  • Committer: Package Import Robot
  • Author(s): Luke Yelavich, Luke Yelavich, Upstream Kernel Changes
  • Date: 2012-04-04 18:49:36 UTC
  • Revision ID: package-import@ubuntu.com-20120404184936-tqu735914muv4wpg
Tags: 3.2.0-22.30
[ Luke Yelavich ]

* [Config] Update configs after rebase against Ubuntu-3.2.0-22.35

[ Upstream Kernel Changes ]

* Low-latency: Rebase against Ubuntu-3.2.0-22.35

Show diffs side-by-side

added added

removed removed

Lines of Context:
1904
1904
                        if (mddev->pers) {
1905
1905
                                mddev->pers->quiesce(mddev, 1);
1906
1906
                                rv = bitmap_create(mddev);
 
1907
                                if (!rv)
 
1908
                                        rv = bitmap_load(mddev);
1907
1909
                                if (rv) {
1908
1910
                                        bitmap_destroy(mddev);
1909
1911
                                        mddev->bitmap_info.offset = 0;