]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- no REQ_UNPLUG since 2.6.39
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 11 Jul 2011 20:31:16 +0000 (20:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-tuxonice.patch -> 1.26

kernel-tuxonice.patch

index 89846c661a5b44d9f0b73551f6998c36cef079e2..94f86a6955b1b422317b1da1972281ed9b09e3ac 100644 (file)
@@ -1910,7 +1910,7 @@ index 0000000..cf63642
 +      }
 +
 +      lock_page(page);
-+      submit_bio(READ | REQ_SYNC | REQ_UNPLUG, bio);
++      submit_bio(READ | REQ_SYNC, bio);
 +
 +      wait_on_page_locked(page);
 +      if (PageError(page)) {
@@ -7598,7 +7598,7 @@ index 0000000..a5d6d33
 +              set_bit(BIO_UPTODATE, &bio->bi_flags);
 +              toi_end_bio(bio, 0);
 +      } else
-+              submit_bio(writing | REQ_TOI | REQ_SYNC | REQ_UNPLUG, bio);
++              submit_bio(writing | REQ_TOI | REQ_SYNC, bio);
 +
 +      return 0;
 +}
This page took 1.451587 seconds and 4 git commands to generate.