We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb9695 commit 4c6a567Copy full SHA for 4c6a567
fs/hfsplus/super.c
@@ -222,17 +222,15 @@ static int hfsplus_sync_fs(struct super_block *sb, int wait)
222
223
error2 = hfsplus_submit_bio(sb,
224
sbi->part_start + HFSPLUS_VOLHEAD_SECTOR,
225
- sbi->s_vhdr_buf, NULL, REQ_OP_WRITE |
226
- REQ_SYNC);
+ sbi->s_vhdr_buf, NULL, REQ_OP_WRITE);
227
if (!error)
228
error = error2;
229
if (!write_backup)
230
goto out;
231
232
233
sbi->part_start + sbi->sect_count - 2,
234
- sbi->s_backup_vhdr_buf, NULL, REQ_OP_WRITE |
235
+ sbi->s_backup_vhdr_buf, NULL, REQ_OP_WRITE);
236
237
error2 = error;
238
out:
0 commit comments