]> Git Repo - linux.git/blobdiff - fs/hfsplus/super.c
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
[linux.git] / fs / hfsplus / super.c
index 11854dd84572639e86fc70290be9ff2ee4bd725a..67aedf4c2e7c5b6a82f1caf4ef861549b31b5581 100644 (file)
@@ -221,7 +221,7 @@ static int hfsplus_sync_fs(struct super_block *sb, int wait)
        error2 = hfsplus_submit_bio(sb,
                                   sbi->part_start + HFSPLUS_VOLHEAD_SECTOR,
                                   sbi->s_vhdr_buf, NULL, REQ_OP_WRITE,
-                                  WRITE_SYNC);
+                                  REQ_SYNC);
        if (!error)
                error = error2;
        if (!write_backup)
@@ -230,7 +230,7 @@ static int hfsplus_sync_fs(struct super_block *sb, int wait)
        error2 = hfsplus_submit_bio(sb,
                                  sbi->part_start + sbi->sect_count - 2,
                                  sbi->s_backup_vhdr_buf, NULL, REQ_OP_WRITE,
-                                 WRITE_SYNC);
+                                 REQ_SYNC);
        if (!error)
                error2 = error;
 out:
This page took 0.035797 seconds and 4 git commands to generate.