|
@@ -659,7 +659,7 @@ static void log_write_header(struct gfs2_sbd *sdp, u32 flags)
|
|
struct gfs2_log_header *lh;
|
|
struct gfs2_log_header *lh;
|
|
unsigned int tail;
|
|
unsigned int tail;
|
|
u32 hash;
|
|
u32 hash;
|
|
- int op_flags = REQ_PREFLUSH | REQ_FUA | REQ_META;
|
|
|
|
|
|
+ int op_flags = REQ_PREFLUSH | REQ_FUA | REQ_META | REQ_SYNC;
|
|
struct page *page = mempool_alloc(gfs2_page_pool, GFP_NOIO);
|
|
struct page *page = mempool_alloc(gfs2_page_pool, GFP_NOIO);
|
|
enum gfs2_freeze_state state = atomic_read(&sdp->sd_freeze_state);
|
|
enum gfs2_freeze_state state = atomic_read(&sdp->sd_freeze_state);
|
|
lh = page_address(page);
|
|
lh = page_address(page);
|