~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/md/dm-flakey.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Upstream Kernel Changes
  • Date: 2012-03-27 17:01:30 UTC
  • Revision ID: package-import@ubuntu.com-20120327170130-qrvi60snnxty6ibi
Tags: 3.2.0-1411.14
[ Paolo Pisati ]

* Revert to Ubuntu-3.2.0-1409.12 until we figure out what's wrong with hdmi
  - LP: #963512

[ Upstream Kernel Changes ]

* Revert "Reapply upleveled PMU interrupt patch"
* KBuild: Allow scripts/* to be cross compiled
* LINARO: Use KBUILD_SCRIPTROOT to cross build scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
         * Corrupt successful READs while in down state.
324
324
         * If flags were specified, only corrupt those that match.
325
325
         */
326
 
        if (fc->corrupt_bio_byte && !error && bio_submitted_while_down &&
 
326
        if (!error && bio_submitted_while_down &&
327
327
            (bio_data_dir(bio) == READ) && (fc->corrupt_bio_rw == READ) &&
328
328
            all_corrupt_bio_flags_match(bio, fc))
329
329
                corrupt_bio_data(bio, fc);