Loading fs/gfs2/ops_address.c +1 −2 Original line number Diff line number Diff line Loading @@ -747,7 +747,7 @@ int gfs2_releasepage(struct page *page, gfp_t gfp_mask) struct gfs2_bufdata *bd; if (!page_has_buffers(page)) goto out; return 0; gfs2_log_lock(sdp); head = bh = page_buffers(page); Loading Loading @@ -787,7 +787,6 @@ int gfs2_releasepage(struct page *page, gfp_t gfp_mask) bh = bh->b_this_page; } while (bh != head); out: return try_to_free_buffers(page); cannot_release: gfs2_log_unlock(sdp); Loading Loading
fs/gfs2/ops_address.c +1 −2 Original line number Diff line number Diff line Loading @@ -747,7 +747,7 @@ int gfs2_releasepage(struct page *page, gfp_t gfp_mask) struct gfs2_bufdata *bd; if (!page_has_buffers(page)) goto out; return 0; gfs2_log_lock(sdp); head = bh = page_buffers(page); Loading Loading @@ -787,7 +787,6 @@ int gfs2_releasepage(struct page *page, gfp_t gfp_mask) bh = bh->b_this_page; } while (bh != head); out: return try_to_free_buffers(page); cannot_release: gfs2_log_unlock(sdp); Loading