diff options
Diffstat (limited to 'fs/gfs2/lops.c')
-rw-r--r-- | fs/gfs2/lops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/lops.c b/fs/gfs2/lops.c index e9709dabc267..11fedb569225 100644 --- a/fs/gfs2/lops.c +++ b/fs/gfs2/lops.c | |||
@@ -375,7 +375,7 @@ void gfs2_log_write_page(struct gfs2_sbd *sdp, struct page *page) | |||
375 | static struct page *gfs2_get_log_desc(struct gfs2_sbd *sdp, u32 ld_type, | 375 | static struct page *gfs2_get_log_desc(struct gfs2_sbd *sdp, u32 ld_type, |
376 | u32 ld_length, u32 ld_data1) | 376 | u32 ld_length, u32 ld_data1) |
377 | { | 377 | { |
378 | void *page = mempool_alloc(gfs2_page_pool, GFP_NOIO); | 378 | struct page *page = mempool_alloc(gfs2_page_pool, GFP_NOIO); |
379 | struct gfs2_log_descriptor *ld = page_address(page); | 379 | struct gfs2_log_descriptor *ld = page_address(page); |
380 | clear_page(ld); | 380 | clear_page(ld); |
381 | ld->ld_header.mh_magic = cpu_to_be32(GFS2_MAGIC); | 381 | ld->ld_header.mh_magic = cpu_to_be32(GFS2_MAGIC); |